#DDA6AE

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

Shades of Pale Chestnut #DDA6AE

Tints of Pale Chestnut #DDA6AE

Color information

#DDA6AE (or 0xDDA6AE) is unknown color: approx Pale Chestnut. HEX triplet: DD, A6 and AE. RGB value is (221,166,174). Sum of RGB (Red+Green+Blue) = 221+166+174=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA6AE is #225951. Grayscale: #B7B7B7. Windows color (decimal): -2251090 or 11445981. OLE color: 11445981.

HSL color Cylindrical-coordinate representation of color #DDA6AE: hue angle of 351.27º 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 #DDA6AE is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221166174-
CMYK00.250.210.13
HSL351.27º44.72%75.88%-
HSV(B)351.27º24.89%86.67%-
XYZ51.0945.746.17-
YUV183.36122.72154.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=39.39%
G=29.59%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116617400.250.210.13351.2744.7275.88
HexDDA6AE01915D15f2d4c
Octal335246256031251553755114
Binary1101110110100110101011100110011010111011010111111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6AE; }

 p { color: rgb(221,166,174); }

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

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

 a { background-color: rgb(221,166,174); }

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

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

 span { border-color: rgb(221,166,174); }

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