#DDA7AE

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

Shades of Pale Chestnut #DDA7AE

Tints of Pale Chestnut #DDA7AE

Color information

#DDA7AE (or 0xDDA7AE) is unknown color: approx Pale Chestnut. HEX triplet: DD, A7 and AE. RGB value is (221,167,174). Sum of RGB (Red+Green+Blue) = 221+167+174=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA7AE is #225851. Grayscale: #B7B7B7. Windows color (decimal): -2250834 or 11446237. OLE color: 11446237.

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

Color convert

RGB221167174-
CMYK00.240.210.13
HSL352.22º44.26%76.08%-
HSV(B)352.22º24.43%86.67%-
XYZ51.2846.0746.23-
YUV183.94122.39154.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 167 (65.62% from 255) = 29.72%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=39.32%
G=29.72%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116717400.240.210.13352.2244.2676.08
HexDDA7AE01815D1602c4c
Octal335247256030251554054114
Binary1101110110100111101011100110001010111011011000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7AE; }

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

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

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

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

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

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

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

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