#DDA8AE

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

Shades of Pale Chestnut #DDA8AE

Tints of Pale Chestnut #DDA8AE

Color information

#DDA8AE (or 0xDDA8AE) is unknown color: approx Pale Chestnut. HEX triplet: DD, A8 and AE. RGB value is (221,168,174). Sum of RGB (Red+Green+Blue) = 221+168+174=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA8AE is #225751. Grayscale: #B8B8B8. Windows color (decimal): -2250578 or 11446493. OLE color: 11446493.

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

Color convert

RGB221168174-
CMYK00.240.210.13
HSL353.21º43.8%76.27%-
HSV(B)353.21º23.98%86.67%-
XYZ51.4646.4346.29-
YUV184.53122.06154.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=39.25%
G=29.84%
B=30.91%

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
Decimal22116817400.240.210.13353.2143.876.27
HexDDA8AE01815D1612c4c
Octal335250256030251554154114
Binary1101110110101000101011100110001010111011011000011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8AE; }

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

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

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

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

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

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

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

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