#DCAFB0

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

Shades of Pale Chestnut #DCAFB0

Tints of Pale Chestnut #DCAFB0

Color information

#DCAFB0 (or 0xDCAFB0) is unknown color: approx Pale Chestnut. HEX triplet: DC, AF and B0. RGB value is (220,175,176). Sum of RGB (Red+Green+Blue) = 220+175+176=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFB0 is #23504F. Grayscale: #BCBCBC. Windows color (decimal): -2314320 or 11579356. OLE color: 11579356.

HSL color Cylindrical-coordinate representation of color #DCAFB0: hue angle of 358.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFB0 is Cyan = 0, Magento = 0.20, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220175176-
CMYK00.200.20.14
HSL358.67º39.13%77.45%-
HSV(B)358.67º20.45%86.27%-
XYZ52.6849.0147.76-
YUV188.57120.91150.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=38.53%
G=30.65%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017517600.200.20.14358.6739.1377.45
HexDCAFB001414E167274d
Octal334257260024241654747115
Binary1101110010101111101100000101001010011101011001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFB0; }

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

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

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

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

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

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

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

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