#DCAAAF

Color #DCAAAF Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DCAAAF

Tints of Pale Chestnut #DCAAAF

Color information

#DCAAAF (or 0xDCAAAF) is unknown color: approx Pale Chestnut. HEX triplet: DC, AA and AF. RGB value is (220,170,175). Sum of RGB (Red+Green+Blue) = 220+170+175=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAAF is #235550. Grayscale: #B9B9B9. Windows color (decimal): -2315601 or 11512540. OLE color: 11512540.

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

Color convert

RGB220170175-
CMYK00.230.200.14
HSL354º41.67%76.47%-
HSV(B)354º22.73%86.27%-
XYZ51.6347.0646.92-
YUV185.52122.06152.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=38.94%
G=30.09%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017017500.230.200.1435441.6776.47
HexDCAAAF01714E1622a4c
Octal334252257027241654252114
Binary1101110010101010101011110101111010011101011000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAAF; }

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

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

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

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

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

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

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

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