#DDABAC

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

Shades of Pale Chestnut #DDABAC

Tints of Pale Chestnut #DDABAC

Color information

#DDABAC (or 0xDDABAC) is unknown color: approx Pale Chestnut. HEX triplet: DD, AB and AC. RGB value is (221,171,172). Sum of RGB (Red+Green+Blue) = 221+171+172=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABAC is #225453. Grayscale: #BABABA. Windows color (decimal): -2249812 or 11316189. OLE color: 11316189.

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

Color convert

RGB221171172-
CMYK00.230.220.13
HSL358.8º42.37%76.86%-
HSV(B)358.8º22.62%86.67%-
XYZ51.8347.4845.46-
YUV186.06120.06152.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=39.18%
G=30.32%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117117200.230.220.13358.842.3776.86
HexDDABAC01716D1672a4d
Octal335253254027261554752115
Binary1101110110101011101011000101111011011011011001111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABAC; }

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

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

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

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

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

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

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

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