COLOR #D5AF60

HEX: #D5AF60
RGB: (213,175,96)

Color info

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

RGB color model

#D5AF60 color RGB value is (213,175,96).

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

RGB channels and saturation

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

213
175
96

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

Portions of RGB colors in percentages

R + G + B =
213 + 175 + 96 = 484 (100%)
R 213 of 484 ~ 44.01%
G 175 of 484 ~ 36.16%
B 96 of 484 ~ 19.83%

%44.01
%36.16
%19.83

CMYK color model

#D5AF60 color CMYK value is (0,18,55,16).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 54.93%
  • key color value is 16.47%
CMYK:
(0,18,55,16)
C0M18Y55K16 
(0%,18%,55%,16%)
(0.00/0.18/0.55/0.16)	

CMYK percentages

%0
%17.84
%54.93
%16.47

Codes

Color #D5AF60 in popluar color models

D5AF60
RGB21317596
HSL41°58.21%60.59%
HSB/HSV41°54.93%83.53%
CMYK0.00%17.84%54.93%
16.47%

Color #D5AF60 in popluar number systems.

HEXD5AF60
Decimal21317596
Binary11010101101011111100000
Octal325257140

Shades and tints

Shades of #D5AF60

#D5AF60
(213,175,96)
#C2A058
(194,160,88)
#AF9150
(175,145,80)
#9C8248
(156,130,72)
#897340
(137,115,64)
#766438
(118,100,56)
#635530
(99,85,48)
#504628
(80,70,40)
#3D3720
(61,55,32)
#2A2818
(42,40,24)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #D5AF60

#D5AF60
(213,175,96)
#D8B66E
(216,182,110)
#DBBD7C
(219,189,124)
#DEC48A
(222,196,138)
#E1CB98
(225,203,152)
#E4D2A6
(228,210,166)
#E7D9B4
(231,217,180)
#EAE0C2
(234,224,194)
#EDE7D0
(237,231,208)
#F0EEDE
(240,238,222)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AF60; }

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

This text font color is #D5AF60.


Background Color

.myBgColor { background-color: #D5AF60; }

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

This div background color is #D5AF60.


Border color

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

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

This div border color is #D5AF60.


Opacity

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

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

Text with #D5AF60 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 #D5AF60;}

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

This text has shadow with #D5AF60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AF60 on black background.


Color preview on white background

This text has color #D5AF60 on white background.



Black color preview on #D5AF60 background

This text has black color on #D5AF60 background.


White color preview on #D5AF60 background

This text has white color on #D5AF60 background.