COLOR #D2AF75

HEX: #D2AF75
RGB: (210,175,117)

Color info

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

RGB color model

#D2AF75 color RGB value is (210,175,117).

  • red value is 210;
  • green value is 175;
  • blue value is 117.
RGB:
(210,175,117)
(82%,69%,46%)

RGB channels and saturation

R 210 of 255 = 82%
G 175 of 255 = 69%
B 117 of 255 = 46%

210
175
117

R + G + B ~ 66%. #D2AF75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 175 + 117 = 502 (100%)
R 210 of 502 ~ 41.83%
G 175 of 502 ~ 34.86%
B 117 of 502 ~ 23.31%

%41.83
%34.86
%23.31

CMYK color model

#D2AF75 color CMYK value is (0,17,44,18).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 44.29%
  • key color value is 17.65%
CMYK:
(0,17,44,18)
C0M17Y44K18 
(0%,17%,44%,18%)
(0.00/0.17/0.44/0.18)	

CMYK percentages

%0
%16.67
%44.29
%17.65

Codes

Color #D2AF75 in popluar color models

D2AF75
RGB210175117
HSL37°50.82%64.12%
HSB/HSV37°44.29%82.35%
CMYK0.00%16.67%44.29%
17.65%

Color #D2AF75 in popluar number systems.

HEXD2AF75
Decimal210175117
Binary11010010101011111110101
Octal322257165

Shades and tints

Shades of #D2AF75

#D2AF75
(210,175,117)
#BFA06B
(191,160,107)
#AC9161
(172,145,97)
#998257
(153,130,87)
#86734D
(134,115,77)
#736443
(115,100,67)
#605539
(96,85,57)
#4D462F
(77,70,47)
#3A3725
(58,55,37)
#27281B
(39,40,27)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #D2AF75

#D2AF75
(210,175,117)
#D6B681
(214,182,129)
#DABD8D
(218,189,141)
#DEC499
(222,196,153)
#E2CBA5
(226,203,165)
#E6D2B1
(230,210,177)
#EAD9BD
(234,217,189)
#EEE0C9
(238,224,201)
#F2E7D5
(242,231,213)
#F6EEE1
(246,238,225)
#FAF5ED
(250,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AF75 color. Also use rgb(210,175,117) instead hex code.

Text Font Color

.myTextColor { color: #D2AF75; }

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

This text font color is #D2AF75.


Background Color

.myBgColor { background-color: #D2AF75; }

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

This div background color is #D2AF75.


Border color

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

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

This div border color is #D2AF75.


Opacity

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

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

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

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

This text has shadow with #D2AF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AF75 on black background.


Color preview on white background

This text has color #D2AF75 on white background.



Black color preview on #D2AF75 background

This text has black color on #D2AF75 background.


White color preview on #D2AF75 background

This text has white color on #D2AF75 background.