#DCCCAF

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

Shades of Aths Special #DCCCAF

Tints of Aths Special #DCCCAF

Color information

#DCCCAF (or 0xDCCCAF) is unknown color: approx Aths Special. HEX triplet: DC, CC and AF. RGB value is (220,204,175). Sum of RGB (Red+Green+Blue) = 220+204+175=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCAF is #233350. Grayscale: #CDCDCD. Windows color (decimal): -2306897 or 11521244. OLE color: 11521244.

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

Color convert

RGB220204175-
CMYK00.070.200.14
HSL38.67º39.13%77.45%-
HSV(B)38.67º20.45%86.27%-
XYZ58.8561.549.33-
YUV205.48110.8138.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=36.73%
G=34.06%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020417500.070.200.1438.6739.1377.45
HexDCCCAF0714E27274d
Octal3343142570724164747115
Binary11011100110011001010111101111010011101001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCAF; }

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

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

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

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

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

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

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

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