#DC9FA2

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

Shades of Pale Chestnut #DC9FA2

Tints of Pale Chestnut #DC9FA2

Color information

#DC9FA2 (or 0xDC9FA2) is unknown color: approx Pale Chestnut. HEX triplet: DC, 9F and A2. RGB value is (220,159,162). Sum of RGB (Red+Green+Blue) = 220+159+162=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FA2 is #23605D. Grayscale: #B1B1B1. Windows color (decimal): -2318430 or 10657756. OLE color: 10657756.

HSL color Cylindrical-coordinate representation of color #DC9FA2: hue angle of 357.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FA2 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220159162-
CMYK00.280.260.14
HSL357.05º46.56%74.31%-
HSV(B)357.05º27.73%86.27%-
XYZ48.4342.6239.86-
YUV177.58119.21158.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=40.67%
G=29.39%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015916200.280.260.14357.0546.5674.31
HexDC9FA201C1AE1652f4a
Octal334237242034321654557112
Binary1101110010011111101000100111001101011101011001011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FA2; }

 p { color: rgb(220,159,162); }

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

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

 a { background-color: rgb(220,159,162); }

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

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

 span { border-color: rgb(220,159,162); }

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