#DDA3AC

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

Shades of Pale Chestnut #DDA3AC

Tints of Pale Chestnut #DDA3AC

Color information

#DDA3AC (or 0xDDA3AC) is unknown color: approx Pale Chestnut. HEX triplet: DD, A3 and AC. RGB value is (221,163,172). Sum of RGB (Red+Green+Blue) = 221+163+172=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA3AC is #225C53. Grayscale: #B5B5B5. Windows color (decimal): -2251860 or 11314141. OLE color: 11314141.

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

Color convert

RGB221163172-
CMYK00.260.220.13
HSL350.69º46.03%75.29%-
HSV(B)350.69º26.24%86.67%-
XYZ50.3644.5544.97-
YUV181.37122.72156.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=39.75%
G=29.32%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116317200.260.220.13350.6946.0375.29
HexDDA3AC01A16D15f2e4b
Octal335243254032261553756113
Binary1101110110100011101011000110101011011011010111111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA3AC; }

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

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

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

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

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

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

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

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