#DCCAAD

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

Shades of Aths Special #DCCAAD

Tints of Aths Special #DCCAAD

Color information

#DCCAAD (or 0xDCCAAD) is unknown color: approx Aths Special. HEX triplet: DC, CA and AD. RGB value is (220,202,173). Sum of RGB (Red+Green+Blue) = 220+202+173=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAAD is #233552. Grayscale: #CCCCCC. Windows color (decimal): -2307411 or 11389660. OLE color: 11389660.

HSL color Cylindrical-coordinate representation of color #DCCAAD: hue angle of 37.02º 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 #DCCAAD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220202173-
CMYK00.080.210.14
HSL37.02º40.17%77.06%-
HSV(B)37.02º21.36%86.27%-
XYZ58.1860.4748.14-
YUV204.08110.46139.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=36.97%
G=33.95%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020217300.080.210.1437.0240.1777.06
HexDCCAAD0815E25284d
Octal33431225501025164550115
Binary110111001100101010101101010001010111101001011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAAD; }

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

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

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

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

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

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

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

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