Html Css Color HEX #DF9879 Dark Salmon

📋 copy color: '#DF9879'

red 223 ◦ green 152 ◦ blue 121

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

Shades of Dark Salmon #DF9879

Tints of Dark Salmon #DF9879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.65%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 44.96%
G = 30.65%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF9879 (or 0xDF9879) is known color: Dark Salmon. HEX triplet: DF, 98 and 79. RGB value is (223,152,121). Sum of RGB (Red+Green+Blue) = 223+152+121=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9879 is #206786. Grayscale: #A9A9A9. Windows color (decimal): -2123655 or 7968991. OLE color: 7968991.

HSL color Cylindrical-coordinate representation of color #DF9879: hue angle of 18.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF9879 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 121 -
CMYK 0 0.32 0.46 0.13
HSL 18.24º 0.61% 0.67% -
HSV(B) 18.24º 0.46% 0.87% -
XYZ 45.11 39.52 23.34 -
YUV 169.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 223 152 121 0 0.32 0.46 0.13 18.24 0.61 0.67
Hex DF 98 79 0 20 2E D 12 3D 43
Octal 337 230 171 0 40 56 15 22 75 103
Binary 11011111 10011000 1111001 0 100000 101110 1101 10010 111101 1000011

Color Harmonies of #DF9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9879

Black with #DF9879

Text Example


Text Example

White with #DF9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9879; }

 p { color: rgb(223,152,121); }

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

background-color css

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

 a { background-color: rgb(223,152,121); }

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

border-color css

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

 span { border-color: rgb(223,152,121); }

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