Html Css Color HEX #DF9E9F Pale Chestnut

📋 copy color: '#DF9E9F'

red 223 ◦ green 158 ◦ blue 159

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

Shades of Pale Chestnut #DF9E9F

Tints of Pale Chestnut #DF9E9F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.26%

 BLUE value IS 159 (62.5% from 255) = 29.44%

R = 41.3%
G = 29.26%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF9E9F (or 0xDF9E9F) is known color: Pale Chestnut. HEX triplet: DF, 9E and 9F. RGB value is (223,158,159). Sum of RGB (Red+Green+Blue) = 223+158+159=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E9F is #206160. Grayscale: #B1B1B1. Windows color (decimal): -2122081 or 10460895. OLE color: 10460895.

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

Color convert

RGB 223 158 159 -
CMYK 0 0.29 0.29 0.13
HSL 359.08º 0.5% 0.75% -
HSV(B) 359.08º 0.29% 0.87% -
XYZ 48.92 42.64 38.45 -
YUV 177.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 223 158 159 0 0.29 0.29 0.13 359.08 0.5 0.75
Hex DF 9E 9F 0 1D 1D D 167 32 4B
Octal 337 236 237 0 35 35 15 547 62 113
Binary 11011111 10011110 10011111 0 11101 11101 1101 101100111 110010 1001011

Color Harmonies of #DF9E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9E9F

Black with #DF9E9F

Text Example


Text Example

White with #DF9E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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