#DCB0B2

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

Shades of Pale Chestnut #DCB0B2

Tints of Pale Chestnut #DCB0B2

Color information

#DCB0B2 (or 0xDCB0B2) is unknown color: approx Pale Chestnut. HEX triplet: DC, B0 and B2. RGB value is (220,176,178). Sum of RGB (Red+Green+Blue) = 220+176+178=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0B2 is #234F4D. Grayscale: #BDBDBD. Windows color (decimal): -2314062 or 11710684. OLE color: 11710684.

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

Color convert

RGB220176178-
CMYK00.20.190.14
HSL357.27º38.6%77.65%-
HSV(B)357.27º20%86.27%-
XYZ53.0849.4848.87-
YUV189.38121.58149.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=38.33%
G=30.66%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017617800.20.190.14357.2738.677.65
HexDCB0B201413E165274e
Octal334260262024231654547116
Binary1101110010110000101100100101001001111101011001011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0B2; }

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

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

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

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

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

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

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

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