#DDA8AA

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

Shades of Pale Chestnut #DDA8AA

Tints of Pale Chestnut #DDA8AA

Color information

#DDA8AA (or 0xDDA8AA) is unknown color: approx Pale Chestnut. HEX triplet: DD, A8 and AA. RGB value is (221,168,170). Sum of RGB (Red+Green+Blue) = 221+168+170=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA8AA is #225755. Grayscale: #B8B8B8. Windows color (decimal): -2250582 or 11184349. OLE color: 11184349.

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

Color convert

RGB221168170-
CMYK00.240.230.13
HSL357.74º43.8%76.27%-
HSV(B)357.74º23.98%86.67%-
XYZ51.0846.2844.27-
YUV184.08120.06154.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=39.53%
G=30.05%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116817000.240.230.13357.7443.876.27
HexDDA8AA01817D1662c4c
Octal335250252030271554654114
Binary1101110110101000101010100110001011111011011001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8AA; }

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

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

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

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

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

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

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

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