#DE9276

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

Shades of Dark Salmon #DE9276

Tints of Dark Salmon #DE9276

Color information

#DE9276 (or 0xDE9276) is unknown color: approx Dark Salmon. HEX triplet: DE, 92 and 76. RGB value is (222,146,118). Sum of RGB (Red+Green+Blue) = 222+146+118=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9276 is #216D89. Grayscale: #A5A5A5. Windows color (decimal): -2190730 or 7770846. OLE color: 7770846.

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

Color convert

RGB222146118-
CMYK00.340.470.13
HSL16.15º61.18%66.67%-
HSV(B)16.15º46.85%87.06%-
XYZ43.6737.422.06-
YUV165.53101.18168.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=45.68%
G=30.04%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214611800.340.470.1316.1561.1866.67
HexDE92760222FD103d43
Octal33622216604257152075103
Binary1101111010010010111011001000101011111101100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9276; }

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

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

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

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

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

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

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

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