#D9CCAE

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

Shades of Aths Special #D9CCAE

Tints of Aths Special #D9CCAE

Color information

#D9CCAE (or 0xD9CCAE) is unknown color: approx Aths Special. HEX triplet: D9, CC and AE. RGB value is (217,204,174). Sum of RGB (Red+Green+Blue) = 217+204+174=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CCAE is #263351. Grayscale: #CCCCCC. Windows color (decimal): -2503506 or 11455705. OLE color: 11455705.

HSL color Cylindrical-coordinate representation of color #D9CCAE: hue angle of 41.86º 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 #D9CCAE is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217204174-
CMYK00.060.200.15
HSL41.86º36.13%76.67%-
HSV(B)41.86º19.82%85.1%-
XYZ57.8560.9948.77-
YUV204.47110.81136.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=36.47%
G=34.29%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720417400.060.200.1541.8636.1376.67
HexD9CCAE0614F2a244d
Octal3313142560624175244115
Binary11011001110011001010111001101010011111010101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCAE; }

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

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

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

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

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

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

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

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