#D9C9AE

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

Shades of Aths Special #D9C9AE

Tints of Aths Special #D9C9AE

Color information

#D9C9AE (or 0xD9C9AE) is unknown color: approx Aths Special. HEX triplet: D9, C9 and AE. RGB value is (217,201,174). Sum of RGB (Red+Green+Blue) = 217+201+174=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C9AE is #263651. Grayscale: #CACACA. Windows color (decimal): -2504274 or 11454937. OLE color: 11454937.

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

Color convert

RGB217201174-
CMYK00.070.200.15
HSL37.67º36.13%76.67%-
HSV(B)37.67º19.82%85.1%-
XYZ57.1459.5848.53-
YUV202.71111.8138.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=36.66%
G=33.95%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720117400.070.200.1537.6736.1376.67
HexD9C9AE0714F26244d
Octal3313112560724174644115
Binary11011001110010011010111001111010011111001101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9AE; }

 p { color: rgb(217,201,174); }

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

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

 a { background-color: rgb(217,201,174); }

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

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

 span { border-color: rgb(217,201,174); }

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