#DF987B

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

Shades of Dark Salmon #DF987B

Tints of Dark Salmon #DF987B

Color information

#DF987B (or 0xDF987B) is unknown color: approx Dark Salmon. HEX triplet: DF, 98 and 7B. RGB value is (223,152,123). Sum of RGB (Red+Green+Blue) = 223+152+123=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF987B is #206784. Grayscale: #AAAAAA. Windows color (decimal): -2123653 or 8100063. OLE color: 8100063.

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

Color convert

RGB223152123-
CMYK00.320.450.13
HSL17.4º60.98%67.84%-
HSV(B)17.4º44.84%87.45%-
XYZ45.2339.5723.99-
YUV169.92101.52165.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 123 (48.44% from 255) = 24.70%
R=44.78%
G=30.52%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315212300.320.450.1317.460.9867.84
HexDF987B0202DD113d44
Octal33723017304055152175104
Binary1101111110011000111101101000001011011101100011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF987B; }

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

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

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

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

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

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

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

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