#DCAAB1

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

Shades of Pale Chestnut #DCAAB1

Tints of Pale Chestnut #DCAAB1

Color information

#DCAAB1 (or 0xDCAAB1) is unknown color: approx Pale Chestnut. HEX triplet: DC, AA and B1. RGB value is (220,170,177). Sum of RGB (Red+Green+Blue) = 220+170+177=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAB1 is #23554E. Grayscale: #B9B9B9. Windows color (decimal): -2315599 or 11643612. OLE color: 11643612.

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

Color convert

RGB220170177-
CMYK00.230.200.14
HSL351.6º41.67%76.47%-
HSV(B)351.6º22.73%86.27%-
XYZ51.8347.1447.96-
YUV185.75123.06152.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=38.80%
G=29.98%
B=31.22%

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
Decimal22017017700.230.200.14351.641.6776.47
HexDCAAB101714E1602a4c
Octal334252261027241654052114
Binary1101110010101010101100010101111010011101011000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAB1; }

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

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

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

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

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

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

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

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