COLOR #D2AF3D

HEX: #D2AF3D
RGB: (210,175,61)

Color info

#D2AF3D contains mainly red and green colors. Web safe color of #D2AF3D is #CC9933 (or #C93).

RGB color model

#D2AF3D color RGB value is (210,175,61).

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

RGB channels and saturation

R 210 of 255 = 82%
G 175 of 255 = 69%
B 61 of 255 = 24%

210
175
61

R + G + B ~ 58%. #D2AF3D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
210 + 175 + 61 = 446 (100%)
R 210 of 446 ~ 47.09%
G 175 of 446 ~ 39.24%
B 61 of 446 ~ 13.68%

%47.09
%39.24
%13.68

CMYK color model

#D2AF3D color CMYK value is (0,17,71,18).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 70.95%
  • key color value is 17.65%
CMYK:
(0,17,71,18)
C0M17Y71K18 
(0%,17%,71%,18%)
(0.00/0.17/0.71/0.18)	

CMYK percentages

%0
%16.67
%70.95
%17.65

Codes

Color #D2AF3D in popluar color models

D2AF3D
RGB21017561
HSL46°62.34%53.14%
HSB/HSV46°70.95%82.35%
CMYK0.00%16.67%70.95%
17.65%

Color #D2AF3D in popluar number systems.

HEXD2AF3D
Decimal21017561
Binary1101001010101111111101
Octal32225775

Shades and tints

Shades of #D2AF3D

#D2AF3D
(210,175,61)
#BFA038
(191,160,56)
#AC9133
(172,145,51)
#99822E
(153,130,46)
#867329
(134,115,41)
#736424
(115,100,36)
#60551F
(96,85,31)
#4D461A
(77,70,26)
#3A3715
(58,55,21)
#272810
(39,40,16)
#14190B
(20,25,11)
#000000
(0,0,0)

Tints of #D2AF3D

#D2AF3D
(210,175,61)
#D6B64E
(214,182,78)
#DABD5F
(218,189,95)
#DEC470
(222,196,112)
#E2CB81
(226,203,129)
#E6D292
(230,210,146)
#EAD9A3
(234,217,163)
#EEE0B4
(238,224,180)
#F2E7C5
(242,231,197)
#F6EED6
(246,238,214)
#FAF5E7
(250,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AF3D; }

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

This text font color is #D2AF3D.


Background Color

.myBgColor { background-color: #D2AF3D; }

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

This div background color is #D2AF3D.


Border color

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

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

This div border color is #D2AF3D.


Opacity

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

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

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

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

This text has shadow with #D2AF3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AF3D on black background.


Color preview on white background

This text has color #D2AF3D on white background.



Black color preview on #D2AF3D background

This text has black color on #D2AF3D background.


White color preview on #D2AF3D background

This text has white color on #D2AF3D background.