Html Css Color HEX #DF977A Dark Salmon

📋 copy color: '#DF977A'

red 223 ◦ green 151 ◦ blue 122

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

Shades of Dark Salmon #DF977A

Tints of Dark Salmon #DF977A

RGB

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

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

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

R = 44.96%
G = 30.44%
B = 24.6%

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

#DF977A (or 0xDF977A) is known color: Dark Salmon. HEX triplet: DF, 97 and 7A. RGB value is (223,151,122). Sum of RGB (Red+Green+Blue) = 223+151+122=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF977A is #206885. Grayscale: #A9A9A9. Windows color (decimal): -2123910 or 8034271. OLE color: 8034271.

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

Color convert

RGB 223 151 122 -
CMYK 0 0.32 0.45 0.13
HSL 17.23º 0.61% 0.68% -
HSV(B) 17.23º 0.45% 0.87% -
XYZ 45.01 39.23 23.61 -
YUV 169.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 223 151 122 0 0.32 0.45 0.13 17.23 0.61 0.68
Hex DF 97 7A 0 20 2D D 11 3D 44
Octal 337 227 172 0 40 55 15 21 75 104
Binary 11011111 10010111 1111010 0 100000 101101 1101 10001 111101 1000100

Color Harmonies of #DF977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF977A

Black with #DF977A

Text Example


Text Example

White with #DF977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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