Html Css Color HEX #DF9FA0 Pale Chestnut

📋 copy color: '#DF9FA0'

red 223 ◦ green 159 ◦ blue 160

#DF9FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #DF9FA0

Tints of Pale Chestnut #DF9FA0

RGB

 RED value IS 223 (87.5% from 255) = 41.14%

 GREEN value IS 159 (62.5% from 255) = 29.34%

 BLUE value IS 160 (62.89% from 255) = 29.52%

R = 41.14%
G = 29.34%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF9FA0 (or 0xDF9FA0) is known color: Pale Chestnut. HEX triplet: DF, 9F and A0. RGB value is (223,159,160). Sum of RGB (Red+Green+Blue) = 223+159+160=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FA0 is #20605F. Grayscale: #B2B2B2. Windows color (decimal): -2121824 or 10526687. OLE color: 10526687.

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

Color convert

RGB 223 159 160 -
CMYK 0 0.29 0.28 0.13
HSL 359.06º 0.5% 0.75% -
HSV(B) 359.06º 0.29% 0.87% -
XYZ 49.17 43.02 38.97 -
YUV 178.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 223 159 160 0 0.29 0.28 0.13 359.06 0.5 0.75
Hex DF 9F A0 0 1D 1C D 167 32 4B
Octal 337 237 240 0 35 34 15 547 62 113
Binary 11011111 10011111 10100000 0 11101 11100 1101 101100111 110010 1001011

Color Harmonies of #DF9FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FA0

Black with #DF9FA0

Text Example


Text Example

White with #DF9FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FA0; }

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

 H1.HeaderClassName
 {
   color: #DF9FA0;
 }
 .AnyTagClassName
 {
   color: #DF9FA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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