#DDAAAB

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

Shades of Pale Chestnut #DDAAAB

Tints of Pale Chestnut #DDAAAB

Color information

#DDAAAB (or 0xDDAAAB) is unknown color: approx Pale Chestnut. HEX triplet: DD, AA and AB. RGB value is (221,170,171). Sum of RGB (Red+Green+Blue) = 221+170+171=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAAB is #225554. Grayscale: #B9B9B9. Windows color (decimal): -2250069 or 11250397. OLE color: 11250397.

HSL color Cylindrical-coordinate representation of color #DDAAAB: hue angle of 358.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAAB is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221170171-
CMYK00.230.230.13
HSL358.82º42.86%76.67%-
HSV(B)358.82º23.08%86.67%-
XYZ51.5447.0644.9-
YUV185.36119.9153.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=39.32%
G=30.25%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117017100.230.230.13358.8242.8676.67
HexDDAAAB01717D1672b4d
Octal335252253027271554753115
Binary1101110110101010101010110101111011111011011001111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAAB; }

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

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

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

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

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

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

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

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