Html Css Color HEX #DF9D9F Pale Chestnut

📋 copy color: '#DF9D9F'

red 223 ◦ green 157 ◦ blue 159

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

Shades of Pale Chestnut #DF9D9F

Tints of Pale Chestnut #DF9D9F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.13%

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

R = 41.37%
G = 29.13%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF9D9F (or 0xDF9D9F) is known color: Pale Chestnut. HEX triplet: DF, 9D and 9F. RGB value is (223,157,159). Sum of RGB (Red+Green+Blue) = 223+157+159=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D9F is #206260. Grayscale: #B1B1B1. Windows color (decimal): -2122337 or 10460639. OLE color: 10460639.

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

Color convert

RGB 223 157 159 -
CMYK 0 0.30 0.29 0.13
HSL 358.18º 0.51% 0.75% -
HSV(B) 358.18º 0.3% 0.87% -
XYZ 48.75 42.31 38.4 -
YUV 176.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 223 157 159 0 0.30 0.29 0.13 358.18 0.51 0.75
Hex DF 9D 9F 0 1E 1D D 166 33 4B
Octal 337 235 237 0 36 35 15 546 63 113
Binary 11011111 10011101 10011111 0 11110 11101 1101 101100110 110011 1001011

Color Harmonies of #DF9D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D9F

Black with #DF9D9F

Text Example


Text Example

White with #DF9D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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