#DD9DA3

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

Shades of Pale Chestnut #DD9DA3

Tints of Pale Chestnut #DD9DA3

Color information

#DD9DA3 (or 0xDD9DA3) is unknown color: approx Pale Chestnut. HEX triplet: DD, 9D and A3. RGB value is (221,157,163). Sum of RGB (Red+Green+Blue) = 221+157+163=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DA3 is #22625C. Grayscale: #B0B0B0. Windows color (decimal): -2253405 or 10722781. OLE color: 10722781.

HSL color Cylindrical-coordinate representation of color #DD9DA3: hue angle of 354.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DA3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB221157163-
CMYK00.290.260.13
HSL354.38º48.48%74.12%-
HSV(B)354.38º28.96%86.67%-
XYZ48.4942.1340.23-
YUV176.82120.2159.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=40.85%
G=29.02%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115716300.290.260.13354.3848.4874.12
HexDD9DA301D1AD162304a
Octal335235243035321554260112
Binary1101110110011101101000110111011101011011011000101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DA3; }

 p { color: rgb(221,157,163); }

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

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

 a { background-color: rgb(221,157,163); }

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

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

 span { border-color: rgb(221,157,163); }

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