Html Css Color HEX #DE977C Dark Salmon

📋 copy color: '#DE977C'

red 222 ◦ green 151 ◦ blue 124

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

Shades of Dark Salmon #DE977C

Tints of Dark Salmon #DE977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.95%

R = 44.67%
G = 30.38%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE977C (or 0xDE977C) is known color: Dark Salmon. HEX triplet: DE, 97 and 7C. RGB value is (222,151,124). Sum of RGB (Red+Green+Blue) = 222+151+124=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE977C is #216883. Grayscale: #A9A9A9. Windows color (decimal): -2189444 or 8165342. OLE color: 8165342.

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

Color convert

RGB 222 151 124 -
CMYK 0 0.32 0.44 0.13
HSL 16.53º 0.6% 0.68% -
HSV(B) 16.53º 0.44% 0.87% -
XYZ 44.83 39.12 24.26 -
YUV 169.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 222 151 124 0 0.32 0.44 0.13 16.53 0.6 0.68
Hex DE 97 7C 0 20 2C D 11 3C 44
Octal 336 227 174 0 40 54 15 21 74 104
Binary 11011110 10010111 1111100 0 100000 101100 1101 10001 111100 1000100

Color Harmonies of #DE977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE977C

Black with #DE977C

Text Example


Text Example

White with #DE977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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