#DE9076

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

Shades of Dark Salmon #DE9076

Tints of Dark Salmon #DE9076

Color information

#DE9076 (or 0xDE9076) is unknown color: approx Dark Salmon. HEX triplet: DE, 90 and 76. RGB value is (222,144,118). Sum of RGB (Red+Green+Blue) = 222+144+118=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9076 is #216F89. Grayscale: #A4A4A4. Windows color (decimal): -2191242 or 7770334. OLE color: 7770334.

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

Color convert

RGB222144118-
CMYK00.350.470.13
HSL15º61.18%66.67%-
HSV(B)15º46.85%87.06%-
XYZ43.3736.7821.95-
YUV164.36101.84169.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=45.87%
G=29.75%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214411800.350.470.131561.1866.67
HexDE90760232FDf3d43
Octal33622016604357151775103
Binary110111101001000011101100100011101111110111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9076; }

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

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

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

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

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

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

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

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