#D8C9AA

Color #D8C9AA Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #D8C9AA

Tints of Aths Special #D8C9AA

Color information

#D8C9AA (or 0xD8C9AA) is unknown color: approx Aths Special. HEX triplet: D8, C9 and AA. RGB value is (216,201,170). Sum of RGB (Red+Green+Blue) = 216+201+170=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C9AA is #273655. Grayscale: #CACACA. Windows color (decimal): -2569814 or 11192792. OLE color: 11192792.

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

Color convert

RGB216201170-
CMYK00.070.210.15
HSL40.43º37.1%75.69%-
HSV(B)40.43º21.3%84.71%-
XYZ56.4659.2746.5-
YUV201.95109.97138.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 201 (78.91% from 255) = 34.24%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=36.80%
G=34.24%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620117000.070.210.1540.4337.175.69
HexD8C9AA0715F28254c
Octal3303112520725175045114
Binary11011000110010011010101001111010111111010001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C9AA; }

 p { color: rgb(216,201,170); }

 H1.HeaderClassName
 {
   color: #D8C9AA;
 }
 .AnyTagClassName
 {
   color: #D8C9AA;
 }
</style>
background-color css

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

 a { background-color: rgb(216,201,170); }

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

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

 span { border-color: rgb(216,201,170); }

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