#DCCAAC

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

Shades of Aths Special #DCCAAC

Tints of Aths Special #DCCAAC

Color information

#DCCAAC (or 0xDCCAAC) is unknown color: approx Aths Special. HEX triplet: DC, CA and AC. RGB value is (220,202,172). Sum of RGB (Red+Green+Blue) = 220+202+172=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAAC is #233553. Grayscale: #CCCCCC. Windows color (decimal): -2307412 or 11324124. OLE color: 11324124.

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

Color convert

RGB220202172-
CMYK00.080.220.14
HSL37.5º40.68%76.86%-
HSV(B)37.5º21.82%86.27%-
XYZ58.0860.4447.63-
YUV203.96109.96139.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 172 (67.58% from 255) = 28.96%
R=37.04%
G=34.01%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020217200.080.220.1437.540.6876.86
HexDCCAAC0816E26294d
Octal33431225401026164651115
Binary110111001100101010101100010001011011101001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAAC; }

 p { color: rgb(220,202,172); }

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

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

 a { background-color: rgb(220,202,172); }

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

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

 span { border-color: rgb(220,202,172); }

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