#DCABAD

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

Shades of Pale Chestnut #DCABAD

Tints of Pale Chestnut #DCABAD

Color information

#DCABAD (or 0xDCABAD) is unknown color: approx Pale Chestnut. HEX triplet: DC, AB and AD. RGB value is (220,171,173). Sum of RGB (Red+Green+Blue) = 220+171+173=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABAD is #235452. Grayscale: #B9B9B9. Windows color (decimal): -2315347 or 11381724. OLE color: 11381724.

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

Color convert

RGB220171173-
CMYK00.220.210.14
HSL357.55º41.18%76.67%-
HSV(B)357.55º22.27%86.27%-
XYZ51.6247.3645.96-
YUV185.88120.73152.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=39.01%
G=30.32%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017117300.220.210.14357.5541.1876.67
HexDCABAD01615E166294d
Octal334253255026251654651115
Binary1101110010101011101011010101101010111101011001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABAD; }

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

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

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

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

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

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

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

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