#DCACB0

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

Shades of Pale Chestnut #DCACB0

Tints of Pale Chestnut #DCACB0

Color information

#DCACB0 (or 0xDCACB0) is unknown color: approx Pale Chestnut. HEX triplet: DC, AC and B0. RGB value is (220,172,176). Sum of RGB (Red+Green+Blue) = 220+172+176=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACB0 is #23534F. Grayscale: #BABABA. Windows color (decimal): -2315088 or 11578588. OLE color: 11578588.

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

Color convert

RGB220172176-
CMYK00.220.20.14
HSL355º40.68%76.86%-
HSV(B)355º21.82%86.27%-
XYZ52.147.8647.57-
YUV186.81121.9151.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=38.73%
G=30.28%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017217600.220.20.1435540.6876.86
HexDCACB001614E163294d
Octal334254260026241654351115
Binary1101110010101100101100000101101010011101011000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACB0; }

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

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

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

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

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

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

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

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