Html Css Color HEX #DE9A77 Dark Salmon

📋 copy color: '#DE9A77'

red 222 ◦ green 154 ◦ blue 119

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

Shades of Dark Salmon #DE9A77

Tints of Dark Salmon #DE9A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 44.85%
G = 31.11%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE9A77 (or 0xDE9A77) is known color: Dark Salmon. HEX triplet: DE, 9A and 77. RGB value is (222,154,119). Sum of RGB (Red+Green+Blue) = 222+154+119=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9A77 is #216588. Grayscale: #AAAAAA. Windows color (decimal): -2188681 or 7838430. OLE color: 7838430.

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

Color convert

RGB 222 154 119 -
CMYK 0 0.31 0.46 0.13
HSL 20.39º 0.61% 0.67% -
HSV(B) 20.39º 0.46% 0.87% -
XYZ 45.01 39.97 22.8 -
YUV 170.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 222 154 119 0 0.31 0.46 0.13 20.39 0.61 0.67
Hex DE 9A 77 0 1F 2E D 14 3D 43
Octal 336 232 167 0 37 56 15 24 75 103
Binary 11011110 10011010 1110111 0 11111 101110 1101 10100 111101 1000011

Color Harmonies of #DE9A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A77

Black with #DE9A77

Text Example


Text Example

White with #DE9A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A77; }

 p { color: rgb(222,154,119); }

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

background-color css

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

 a { background-color: rgb(222,154,119); }

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

border-color css

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

 span { border-color: rgb(222,154,119); }

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