Html Css Color HEX #D9C8AD Aths Special

📋 copy color: '#D9C8AD'

red 217 ◦ green 200 ◦ blue 173

#D9C8AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aths Special #D9C8AD

Tints of Aths Special #D9C8AD

RGB

 RED value IS 217 (85.16% from 255) = 36.78%

 GREEN value IS 200 (78.52% from 255) = 33.9%

 BLUE value IS 173 (67.97% from 255) = 29.32%

R = 36.78%
G = 33.9%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9C8AD (or 0xD9C8AD) is known color: Aths Special. HEX triplet: D9, C8 and AD. RGB value is (217,200,173). Sum of RGB (Red+Green+Blue) = 217+200+173=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C8AD is #263752. Grayscale: #CACACA. Windows color (decimal): -2504531 or 11389145. OLE color: 11389145.

HSL color Cylindrical-coordinate representation of color #D9C8AD: hue angle of 36.82º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C8AD is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 200 173 -
CMYK 0 0.08 0.20 0.15
HSL 36.82º 0.37% 0.76% -
HSV(B) 36.82º 0.2% 0.85% -
XYZ 56.81 59.08 47.94 -
YUV 202.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 217 200 173 0 0.08 0.20 0.15 36.82 0.37 0.76
Hex D9 C8 AD 0 8 14 F 25 25 4C
Octal 331 310 255 0 10 24 17 45 45 114
Binary 11011001 11001000 10101101 0 1000 10100 1111 100101 100101 1001100

Color Harmonies of #D9C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C8AD

Black with #D9C8AD

Text Example


Text Example

White with #D9C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C8AD; }

 p { color: rgb(217,200,173); }

 H1.HeaderClassName
 {
   color: #D9C8AD;
 }
 .AnyTagClassName
 {
   color: #D9C8AD;
 }
</style>

background-color css

<style>
 a { background-color: #D9C8AD; }

 a { background-color: rgb(217,200,173); }

 div.DivClassName
 {
   background-color: #D9C8AD;
 }
 .BgClassName
 {
   background-color: #D9C8AD;
 }
</style>

border-color css

<style>
 span { border-color: #D9C8AD; }

 span { border-color: rgb(217,200,173); }

 td.TdClassName
 {
   border-color: #D9C8AD;
 }
 .TagClassName
 {
   border-color: #D9C8AD;
 }
</style>