#DF9978

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

Shades of Dark Salmon #DF9978

Tints of Dark Salmon #DF9978

Color information

#DF9978 (or 0xDF9978) is unknown color: approx Dark Salmon. HEX triplet: DF, 99 and 78. RGB value is (223,153,120). Sum of RGB (Red+Green+Blue) = 223+153+120=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9978 is #206687. Grayscale: #AAAAAA. Windows color (decimal): -2123400 or 7903711. OLE color: 7903711.

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

Color convert

RGB223153120-
CMYK00.310.460.13
HSL19.22º61.68%67.25%-
HSV(B)19.22º46.19%87.45%-
XYZ45.2139.8323.07-
YUV170.1799.69165.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 120 (47.27% from 255) = 24.19%
R=44.96%
G=30.85%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315312000.310.460.1319.2261.6867.25
HexDF997801F2ED133e43
Octal33723117003756152376103
Binary110111111001100111110000111111011101101100111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9978; }

 p { color: rgb(223,153,120); }

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

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

 a { background-color: rgb(223,153,120); }

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

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

 span { border-color: rgb(223,153,120); }

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