Html Css Color HEX #DF977B Dark Salmon

📋 copy color: '#DF977B'

red 223 ◦ green 151 ◦ blue 123

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

Shades of Dark Salmon #DF977B

Tints of Dark Salmon #DF977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.75%

R = 44.87%
G = 30.38%
B = 24.75%

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

#DF977B (or 0xDF977B) is known color: Dark Salmon. HEX triplet: DF, 97 and 7B. RGB value is (223,151,123). Sum of RGB (Red+Green+Blue) = 223+151+123=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF977B is #206884. Grayscale: #A9A9A9. Windows color (decimal): -2123909 or 8099807. OLE color: 8099807.

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

Color convert

RGB 223 151 123 -
CMYK 0 0.32 0.45 0.13
HSL 16.8º 0.61% 0.68% -
HSV(B) 16.8º 0.45% 0.87% -
XYZ 45.07 39.25 23.94 -
YUV 169.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 223 151 123 0 0.32 0.45 0.13 16.8 0.61 0.68
Hex DF 97 7B 0 20 2D D 11 3D 44
Octal 337 227 173 0 40 55 15 21 75 104
Binary 11011111 10010111 1111011 0 100000 101101 1101 10001 111101 1000100

Color Harmonies of #DF977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF977B

Black with #DF977B

Text Example


Text Example

White with #DF977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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