#DDA4AE

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

Shades of Pale Chestnut #DDA4AE

Tints of Pale Chestnut #DDA4AE

Color information

#DDA4AE (or 0xDDA4AE) is unknown color: approx Pale Chestnut. HEX triplet: DD, A4 and AE. RGB value is (221,164,174). Sum of RGB (Red+Green+Blue) = 221+164+174=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA4AE is #225B51. Grayscale: #B6B6B6. Windows color (decimal): -2251602 or 11445469. OLE color: 11445469.

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

Color convert

RGB221164174-
CMYK00.260.210.13
HSL349.47º45.6%75.49%-
HSV(B)349.47º25.79%86.67%-
XYZ50.7344.9846.05-
YUV182.18123.38155.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=39.53%
G=29.34%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116417400.260.210.13349.4745.675.49
HexDDA4AE01A15D15d2e4b
Octal335244256032251553556113
Binary1101110110100100101011100110101010111011010111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4AE; }

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

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

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

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

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

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

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

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