Html Css Color HEX #DF9776 Dark Salmon

📋 copy color: '#DF9776'

red 223 ◦ green 151 ◦ blue 118

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

Shades of Dark Salmon #DF9776

Tints of Dark Salmon #DF9776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 45.33%
G = 30.69%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF9776 (or 0xDF9776) is known color: Dark Salmon. HEX triplet: DF, 97 and 76. RGB value is (223,151,118). Sum of RGB (Red+Green+Blue) = 223+151+118=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9776 is #206889. Grayscale: #A8A8A8. Windows color (decimal): -2123914 or 7772127. OLE color: 7772127.

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

Color convert

RGB 223 151 118 -
CMYK 0 0.32 0.47 0.13
HSL 18.86º 0.62% 0.67% -
HSV(B) 18.86º 0.47% 0.87% -
XYZ 44.77 39.13 22.33 -
YUV 168.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 223 151 118 0 0.32 0.47 0.13 18.86 0.62 0.67
Hex DF 97 76 0 20 2F D 13 3E 43
Octal 337 227 166 0 40 57 15 23 76 103
Binary 11011111 10010111 1110110 0 100000 101111 1101 10011 111110 1000011

Color Harmonies of #DF9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9776

Black with #DF9776

Text Example


Text Example

White with #DF9776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9776; }

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

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

background-color css

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

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

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

border-color css

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

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

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