#DF9880

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

Shades of Dark Salmon #DF9880

Tints of Dark Salmon #DF9880

Color information

#DF9880 (or 0xDF9880) is unknown color: approx Dark Salmon. HEX triplet: DF, 98 and 80. RGB value is (223,152,128). Sum of RGB (Red+Green+Blue) = 223+152+128=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9880 is #20677F. Grayscale: #AAAAAA. Windows color (decimal): -2123648 or 8427743. OLE color: 8427743.

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

Color convert

RGB223152128-
CMYK00.320.430.13
HSL15.16º59.75%68.82%-
HSV(B)15.16º42.6%87.45%-
XYZ45.5639.725.68-
YUV170.49104.02165.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=44.33%
G=30.22%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315212800.320.430.1315.1659.7568.82
HexDF98800202BDf3c45
Octal33723020004053151774105
Binary1101111110011000100000000100000101011110111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9880; }

 p { color: rgb(223,152,128); }

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

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

 a { background-color: rgb(223,152,128); }

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

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

 span { border-color: rgb(223,152,128); }

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