Html Css Color HEX #DE9879 Dark Salmon

📋 copy color: '#DE9879'

red 222 ◦ green 152 ◦ blue 121

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

Shades of Dark Salmon #DE9879

Tints of Dark Salmon #DE9879

RGB

 RED value IS 222 (87.11% from 255) = 44.85%

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

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

R = 44.85%
G = 30.71%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE9879 (or 0xDE9879) is known color: Dark Salmon. HEX triplet: DE, 98 and 79. RGB value is (222,152,121). Sum of RGB (Red+Green+Blue) = 222+152+121=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9879 is #216786. Grayscale: #A9A9A9. Windows color (decimal): -2189191 or 7968990. OLE color: 7968990.

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

Color convert

RGB 222 152 121 -
CMYK 0 0.32 0.45 0.13
HSL 18.42º 0.6% 0.67% -
HSV(B) 18.42º 0.45% 0.87% -
XYZ 44.8 39.37 23.33 -
YUV 169.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 222 152 121 0 0.32 0.45 0.13 18.42 0.6 0.67
Hex DE 98 79 0 20 2D D 12 3C 43
Octal 336 230 171 0 40 55 15 22 74 103
Binary 11011110 10011000 1111001 0 100000 101101 1101 10010 111100 1000011

Color Harmonies of #DE9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9879

Black with #DE9879

Text Example


Text Example

White with #DE9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9879; }

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

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

background-color css

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

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

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

border-color css

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

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

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