#DDACB0

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

Shades of Pale Chestnut #DDACB0

Tints of Pale Chestnut #DDACB0

Color information

#DDACB0 (or 0xDDACB0) is unknown color: approx Pale Chestnut. HEX triplet: DD, AC and B0. RGB value is (221,172,176). Sum of RGB (Red+Green+Blue) = 221+172+176=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACB0 is #22534F. Grayscale: #BBBBBB. Windows color (decimal): -2249552 or 11578589. OLE color: 11578589.

HSL color Cylindrical-coordinate representation of color #DDACB0: hue angle of 355.1º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACB0 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221172176-
CMYK00.220.200.13
HSL355.1º41.88%77.06%-
HSV(B)355.1º22.17%86.67%-
XYZ52.4148.0147.58-
YUV187.11121.73152.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=38.84%
G=30.23%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117217600.220.200.13355.141.8877.06
HexDDACB001614D1632a4d
Octal335254260026241554352115
Binary1101110110101100101100000101101010011011011000111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACB0; }

 p { color: rgb(221,172,176); }

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

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

 a { background-color: rgb(221,172,176); }

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

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

 span { border-color: rgb(221,172,176); }

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