#DE9677

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

Shades of Dark Salmon #DE9677

Tints of Dark Salmon #DE9677

Color information

#DE9677 (or 0xDE9677) is unknown color: approx Dark Salmon. HEX triplet: DE, 96 and 77. RGB value is (222,150,119). Sum of RGB (Red+Green+Blue) = 222+150+119=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9677 is #216988. Grayscale: #A8A8A8. Windows color (decimal): -2189705 or 7837406. OLE color: 7837406.

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

Color convert

RGB222150119-
CMYK00.320.460.13
HSL18.06º60.95%66.86%-
HSV(B)18.06º46.4%87.06%-
XYZ44.3638.6722.58-
YUV167.99100.35166.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=45.21%
G=30.55%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215011900.320.460.1318.0660.9566.86
HexDE96770202ED123d43
Octal33622616704056152275103
Binary1101111010010110111011101000001011101101100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9677; }

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

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

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

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

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

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

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

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