#DF9FA4

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

Shades of Pale Chestnut #DF9FA4

Tints of Pale Chestnut #DF9FA4

Color information

#DF9FA4 (or 0xDF9FA4) is unknown color: approx Pale Chestnut. HEX triplet: DF, 9F and A4. RGB value is (223,159,164). Sum of RGB (Red+Green+Blue) = 223+159+164=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FA4 is #20605B. Grayscale: #B2B2B2. Windows color (decimal): -2121820 or 10788831. OLE color: 10788831.

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

Color convert

RGB223159164-
CMYK00.290.260.13
HSL355.31º50%74.9%-
HSV(B)355.31º28.7%87.45%-
XYZ49.5343.1640.84-
YUV178.71119.7159.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=40.84%
G=29.12%
B=30.04%

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
Decimal22315916400.290.260.13355.315074.9
HexDF9FA401D1AD163324b
Octal337237244035321554362113
Binary1101111110011111101001000111011101011011011000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FA4; }

 p { color: rgb(223,159,164); }

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

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

 a { background-color: rgb(223,159,164); }

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

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

 span { border-color: rgb(223,159,164); }

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