#DCACB1

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

Shades of Pale Chestnut #DCACB1

Tints of Pale Chestnut #DCACB1

Color information

#DCACB1 (or 0xDCACB1) is unknown color: approx Pale Chestnut. HEX triplet: DC, AC and B1. RGB value is (220,172,177). Sum of RGB (Red+Green+Blue) = 220+172+177=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACB1 is #23534E. Grayscale: #BABABA. Windows color (decimal): -2315087 or 11644124. OLE color: 11644124.

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

Color convert

RGB220172177-
CMYK00.220.200.14
HSL353.75º40.68%76.86%-
HSV(B)353.75º21.82%86.27%-
XYZ52.247.948.09-
YUV186.92122.4151.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=38.66%
G=30.23%
B=31.11%

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
Decimal22017217700.220.200.14353.7540.6876.86
HexDCACB101614E162294d
Octal334254261026241654251115
Binary1101110010101100101100010101101010011101011000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACB1; }

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

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

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

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

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

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

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

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