#DCCCAA

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

Shades of Aths Special #DCCCAA

Tints of Aths Special #DCCCAA

Color information

#DCCCAA (or 0xDCCCAA) is unknown color: approx Aths Special. HEX triplet: DC, CC and AA. RGB value is (220,204,170). Sum of RGB (Red+Green+Blue) = 220+204+170=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCAA is #233355. Grayscale: #CDCDCD. Windows color (decimal): -2306902 or 11193564. OLE color: 11193564.

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

Color convert

RGB220204170-
CMYK00.070.230.14
HSL40.8º41.67%76.47%-
HSV(B)40.8º22.73%86.27%-
XYZ58.3661.346.79-
YUV204.91108.3138.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=37.04%
G=34.34%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020417000.070.230.1440.841.6776.47
HexDCCCAA0717E292a4c
Octal3343142520727165152114
Binary11011100110011001010101001111011111101010011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCAA; }

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

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

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

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

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

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

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

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