COLOR #D5AF61

HEX: #D5AF61
RGB: (213,175,97)

Color info

#D5AF61 contains mainly red and green colors. Web safe color of #D5AF61 is #CC9966 (or #C96).

RGB color model

#D5AF61 color RGB value is (213,175,97).

  • red value is 213;
  • green value is 175;
  • blue value is 97.
RGB:
(213,175,97)
(84%,69%,38%)

RGB channels and saturation

R 213 of 255 = 84%
G 175 of 255 = 69%
B 97 of 255 = 38%

213
175
97

R + G + B ~ 64%. #D5AF61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 175 + 97 = 485 (100%)
R 213 of 485 ~ 43.92%
G 175 of 485 ~ 36.08%
B 97 of 485 ~ 20%

%43.92
%36.08
%20

CMYK color model

#D5AF61 color CMYK value is (0,18,54,16).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 54.46%
  • key color value is 16.47%
CMYK:
(0,18,54,16)
C0M18Y54K16 
(0%,18%,54%,16%)
(0.00/0.18/0.54/0.16)	

CMYK percentages

%0
%17.84
%54.46
%16.47

Codes

Color #D5AF61 in popluar color models

D5AF61
RGB21317597
HSL40°58.00%60.78%
HSB/HSV40°54.46%83.53%
CMYK0.00%17.84%54.46%
16.47%

Color #D5AF61 in popluar number systems.

HEXD5AF61
Decimal21317597
Binary11010101101011111100001
Octal325257141

Shades and tints

Shades of #D5AF61

#D5AF61
(213,175,97)
#C2A059
(194,160,89)
#AF9151
(175,145,81)
#9C8249
(156,130,73)
#897341
(137,115,65)
#766439
(118,100,57)
#635531
(99,85,49)
#504629
(80,70,41)
#3D3721
(61,55,33)
#2A2819
(42,40,25)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #D5AF61

#D5AF61
(213,175,97)
#D8B66F
(216,182,111)
#DBBD7D
(219,189,125)
#DEC48B
(222,196,139)
#E1CB99
(225,203,153)
#E4D2A7
(228,210,167)
#E7D9B5
(231,217,181)
#EAE0C3
(234,224,195)
#EDE7D1
(237,231,209)
#F0EEDF
(240,238,223)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AF61 color. Also use rgb(213,175,97) instead hex code.

Text Font Color

.myTextColor { color: #D5AF61; }

<p style="color:#D5AF61">This sample text font color is #D5AF61.</p>

This text font color is #D5AF61.


Background Color

.myBgColor { background-color: #D5AF61; }

<div style="background-color:#D5AF61">Inner text</div>

This div background color is #D5AF61.


Border color

.myBorderColor { border: 1px solid #D5AF61; }

<div style="border:3px solid #D5AF61">Div</div>

This div border color is #D5AF61.


Opacity

.myOpacity80 { color: #D5AF61; opacity: 0.8; }

<p style="color:#D5AF61;opacity:0.8;">80%</p>

Text with #D5AF61 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D5AF61;}

<p style="text-shadow: 3px 3px 1px #D5AF61">Text here.</p>

This text has shadow with #D5AF61 color.

.textShadow {text-shadow: 3px 3px 1px #D5AF61, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5AF61, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5AF61 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5AF61, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5AF61, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5AF61 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D5AF61;
  -webkit-box-shadow:	1px 1px 3px 2px #D5AF61;
  box-shadow:		1px 1px 3px 2px #D5AF61;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5AF61;
-webkit-box-shadow: 1px 1px 3px 2px #D5AF61;
box-shadow:1px 1px 3px 2px #D5AF61;">
Div content here</div>
This div box has shadow with color #D5AF61.

Preview

Color preview on black background

This text has color #D5AF61 on black background.


Color preview on white background

This text has color #D5AF61 on white background.



Black color preview on #D5AF61 background

This text has black color on #D5AF61 background.


White color preview on #D5AF61 background

This text has white color on #D5AF61 background.