#DCCCAE

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

Shades of Aths Special #DCCCAE

Tints of Aths Special #DCCCAE

Color information

#DCCCAE (or 0xDCCCAE) is unknown color: approx Aths Special. HEX triplet: DC, CC and AE. RGB value is (220,204,174). Sum of RGB (Red+Green+Blue) = 220+204+174=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCAE is #233351. Grayscale: #CDCDCD. Windows color (decimal): -2306898 or 11455708. OLE color: 11455708.

HSL color Cylindrical-coordinate representation of color #DCCCAE: hue angle of 39.13º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCCCAE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220204174-
CMYK00.070.210.14
HSL39.13º39.66%77.25%-
HSV(B)39.13º20.91%86.27%-
XYZ58.7561.4648.81-
YUV205.36110.3138.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=36.79%
G=34.11%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020417400.070.210.1439.1339.6677.25
HexDCCCAE0715E27284d
Octal3343142560725164750115
Binary11011100110011001010111001111010111101001111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCAE; }

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

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

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

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

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

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

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

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