#DF9676

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

Shades of Dark Salmon #DF9676

Tints of Dark Salmon #DF9676

Color information

#DF9676 (or 0xDF9676) is unknown color: approx Dark Salmon. HEX triplet: DF, 96 and 76. RGB value is (223,150,118). Sum of RGB (Red+Green+Blue) = 223+150+118=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9676 is #206989. Grayscale: #A8A8A8. Windows color (decimal): -2124170 or 7771871. OLE color: 7771871.

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

Color convert

RGB223150118-
CMYK00.330.470.13
HSL18.29º62.13%66.86%-
HSV(B)18.29º47.09%87.45%-
XYZ44.6138.8122.28-
YUV168.1899.68167.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=45.42%
G=30.55%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315011800.330.470.1318.2962.1366.86
HexDF96760212FD123e43
Octal33722616604157152276103
Binary1101111110010110111011001000011011111101100101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9676; }

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

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

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

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

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

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

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

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