#DE9277

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

Shades of Dark Salmon #DE9277

Tints of Dark Salmon #DE9277

Color information

#DE9277 (or 0xDE9277) is unknown color: approx Dark Salmon. HEX triplet: DE, 92 and 77. RGB value is (222,146,119). Sum of RGB (Red+Green+Blue) = 222+146+119=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9277 is #216D88. Grayscale: #A5A5A5. Windows color (decimal): -2190729 or 7836382. OLE color: 7836382.

HSL color Cylindrical-coordinate representation of color #DE9277: hue angle of 15.73º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE9277 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB222146119-
CMYK00.340.460.13
HSL15.73º60.95%66.86%-
HSV(B)15.73º46.4%87.06%-
XYZ43.7337.4222.37-
YUV165.65101.68168.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=45.59%
G=29.98%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214611900.340.460.1315.7360.9566.86
HexDE92770222ED103d43
Octal33622216704256152075103
Binary1101111010010010111011101000101011101101100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9277; }

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

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

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

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

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

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

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

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