#DDA5AC

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

Shades of Pale Chestnut #DDA5AC

Tints of Pale Chestnut #DDA5AC

Color information

#DDA5AC (or 0xDDA5AC) is unknown color: approx Pale Chestnut. HEX triplet: DD, A5 and AC. RGB value is (221,165,172). Sum of RGB (Red+Green+Blue) = 221+165+172=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA5AC is #225A53. Grayscale: #B6B6B6. Windows color (decimal): -2251348 or 11314653. OLE color: 11314653.

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

Color convert

RGB221165172-
CMYK00.250.220.13
HSL352.5º45.16%75.69%-
HSV(B)352.5º25.34%86.67%-
XYZ50.7245.2645.09-
YUV182.54122.05155.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 165 (64.84% from 255) = 29.57%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=39.61%
G=29.57%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116517200.250.220.13352.545.1675.69
HexDDA5AC01916D1602d4c
Octal335245254031261554055114
Binary1101110110100101101011000110011011011011011000001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5AC; }

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

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

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

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

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

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

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

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