Html Css Color HEX #DE977A Dark Salmon

📋 copy color: '#DE977A'

red 222 ◦ green 151 ◦ blue 122

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

Shades of Dark Salmon #DE977A

Tints of Dark Salmon #DE977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.51%

 BLUE value IS 122 (48.05% from 255) = 24.65%

R = 44.85%
G = 30.51%
B = 24.65%

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

#DE977A (or 0xDE977A) is known color: Dark Salmon. HEX triplet: DE, 97 and 7A. RGB value is (222,151,122). Sum of RGB (Red+Green+Blue) = 222+151+122=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE977A is #216885. Grayscale: #A9A9A9. Windows color (decimal): -2189446 or 8034270. OLE color: 8034270.

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

Color convert

RGB 222 151 122 -
CMYK 0 0.32 0.45 0.13
HSL 17.4º 0.6% 0.67% -
HSV(B) 17.4º 0.45% 0.87% -
XYZ 44.7 39.07 23.6 -
YUV 168.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 222 151 122 0 0.32 0.45 0.13 17.4 0.6 0.67
Hex DE 97 7A 0 20 2D D 11 3C 43
Octal 336 227 172 0 40 55 15 21 74 103
Binary 11011110 10010111 1111010 0 100000 101101 1101 10001 111100 1000011

Color Harmonies of #DE977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE977A

Black with #DE977A

Text Example


Text Example

White with #DE977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE977A; }

 p { color: rgb(222,151,122); }

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

background-color css

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

 a { background-color: rgb(222,151,122); }

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

border-color css

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

 span { border-color: rgb(222,151,122); }

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