#DE9876

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

Shades of Dark Salmon #DE9876

Tints of Dark Salmon #DE9876

Color information

#DE9876 (or 0xDE9876) is unknown color: approx Dark Salmon. HEX triplet: DE, 98 and 76. RGB value is (222,152,118). Sum of RGB (Red+Green+Blue) = 222+152+118=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9876 is #216789. Grayscale: #A9A9A9. Windows color (decimal): -2189194 or 7772382. OLE color: 7772382.

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

Color convert

RGB222152118-
CMYK00.320.470.13
HSL19.62º61.18%66.67%-
HSV(B)19.62º46.85%87.06%-
XYZ44.6239.2922.37-
YUV169.0599.19165.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=45.12%
G=30.89%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215211800.320.470.1319.6261.1866.67
HexDE98760202FD143d43
Octal33623016604057152475103
Binary1101111010011000111011001000001011111101101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9876; }

 p { color: rgb(222,152,118); }

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

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

 a { background-color: rgb(222,152,118); }

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

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

 span { border-color: rgb(222,152,118); }

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