Html Css Color HEX #DF977C Dark Salmon

📋 copy color: '#DF977C'

red 223 ◦ green 151 ◦ blue 124

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

Shades of Dark Salmon #DF977C

Tints of Dark Salmon #DF977C

RGB

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

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

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

R = 44.78%
G = 30.32%
B = 24.9%

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

#DF977C (or 0xDF977C) is known color: Dark Salmon. HEX triplet: DF, 97 and 7C. RGB value is (223,151,124). Sum of RGB (Red+Green+Blue) = 223+151+124=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF977C is #206883. Grayscale: #A9A9A9. Windows color (decimal): -2123908 or 8165343. OLE color: 8165343.

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

Color convert

RGB 223 151 124 -
CMYK 0 0.32 0.44 0.13
HSL 16.36º 0.61% 0.68% -
HSV(B) 16.36º 0.44% 0.87% -
XYZ 45.14 39.28 24.27 -
YUV 169.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 223 151 124 0 0.32 0.44 0.13 16.36 0.61 0.68
Hex DF 97 7C 0 20 2C D 10 3D 44
Octal 337 227 174 0 40 54 15 20 75 104
Binary 11011111 10010111 1111100 0 100000 101100 1101 10000 111101 1000100

Color Harmonies of #DF977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF977C

Black with #DF977C

Text Example


Text Example

White with #DF977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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