COLOR #D8AD61

HEX: #D8AD61
RGB: (216,173,97)

Color info

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

RGB color model

#D8AD61 color RGB value is (216,173,97).

  • red value is 216;
  • green value is 173;
  • blue value is 97.
RGB:
(216,173,97)
(85%,68%,38%)

RGB channels and saturation

R 216 of 255 = 85%
G 173 of 255 = 68%
B 97 of 255 = 38%

216
173
97

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

Portions of RGB colors in percentages

R + G + B =
216 + 173 + 97 = 486 (100%)
R 216 of 486 ~ 44.44%
G 173 of 486 ~ 35.6%
B 97 of 486 ~ 19.96%

%44.44
%35.6
%19.96

CMYK color model

#D8AD61 color CMYK value is (0,20,55,15).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 55.09%
  • key color value is 15.29%
CMYK:
(0,20,55,15)
C0M20Y55K15 
(0%,20%,55%,15%)
(0.00/0.20/0.55/0.15)	

CMYK percentages

%0
%19.91
%55.09
%15.29

Codes

Color #D8AD61 in popluar color models

D8AD61
RGB21617397
HSL38°60.41%61.37%
HSB/HSV38°55.09%84.71%
CMYK0.00%19.91%55.09%
15.29%

Color #D8AD61 in popluar number systems.

HEXD8AD61
Decimal21617397
Binary11011000101011011100001
Octal330255141

Shades and tints

Shades of #D8AD61

#D8AD61
(216,173,97)
#C59E59
(197,158,89)
#B28F51
(178,143,81)
#9F8049
(159,128,73)
#8C7141
(140,113,65)
#796239
(121,98,57)
#665331
(102,83,49)
#534429
(83,68,41)
#403521
(64,53,33)
#2D2619
(45,38,25)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #D8AD61

#D8AD61
(216,173,97)
#DBB46F
(219,180,111)
#DEBB7D
(222,187,125)
#E1C28B
(225,194,139)
#E4C999
(228,201,153)
#E7D0A7
(231,208,167)
#EAD7B5
(234,215,181)
#EDDEC3
(237,222,195)
#F0E5D1
(240,229,209)
#F3ECDF
(243,236,223)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AD61 color. Also use rgb(216,173,97) instead hex code.

Text Font Color

.myTextColor { color: #D8AD61; }

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

This text font color is #D8AD61.


Background Color

.myBgColor { background-color: #D8AD61; }

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

This div background color is #D8AD61.


Border color

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

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

This div border color is #D8AD61.


Opacity

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

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

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

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

This text has shadow with #D8AD61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AD61 on black background.


Color preview on white background

This text has color #D8AD61 on white background.



Black color preview on #D8AD61 background

This text has black color on #D8AD61 background.


White color preview on #D8AD61 background

This text has white color on #D8AD61 background.