#DCACAF

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

Shades of Pale Chestnut #DCACAF

Tints of Pale Chestnut #DCACAF

Color information

#DCACAF (or 0xDCACAF) is unknown color: approx Pale Chestnut. HEX triplet: DC, AC and AF. RGB value is (220,172,175). Sum of RGB (Red+Green+Blue) = 220+172+175=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACAF is #235350. Grayscale: #BABABA. Windows color (decimal): -2315089 or 11513052. OLE color: 11513052.

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

Color convert

RGB220172175-
CMYK00.220.200.14
HSL356.25º40.68%76.86%-
HSV(B)356.25º21.82%86.27%-
XYZ52.0147.8247.05-
YUV186.69121.4151.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=38.80%
G=30.34%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017217500.220.200.14356.2540.6876.86
HexDCACAF01614E164294d
Octal334254257026241654451115
Binary1101110010101100101011110101101010011101011001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACAF; }

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

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

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

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

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

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

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

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