#DF9774

Color #DF9774 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #DF9774

Tints of Dark Salmon #DF9774

Color information

#DF9774 (or 0xDF9774) is unknown color: approx Dark Salmon. HEX triplet: DF, 97 and 74. RGB value is (223,151,116). Sum of RGB (Red+Green+Blue) = 223+151+116=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9774 is #20688B. Grayscale: #A8A8A8. Windows color (decimal): -2123916 or 7641055. OLE color: 7641055.

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

Color convert

RGB223151116-
CMYK00.320.480.13
HSL19.63º62.57%66.47%-
HSV(B)19.63º47.98%87.45%-
XYZ44.6539.0821.71-
YUV168.5498.35166.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.51%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=45.51%
G=30.82%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315111600.320.480.1319.6362.5766.47
HexDF977402030D143f42
Octal33722716404060152477102
Binary1101111110010111111010001000001100001101101001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9774; }

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

 H1.HeaderClassName
 {
   color: #DF9774;
 }
 .AnyTagClassName
 {
   color: #DF9774;
 }
</style>
background-color css

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

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

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

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

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

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