#DE9679

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

Shades of Dark Salmon #DE9679

Tints of Dark Salmon #DE9679

Color information

#DE9679 (or 0xDE9679) is unknown color: approx Dark Salmon. HEX triplet: DE, 96 and 79. RGB value is (222,150,121). Sum of RGB (Red+Green+Blue) = 222+150+121=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9679 is #216986. Grayscale: #A8A8A8. Windows color (decimal): -2189703 or 7968478. OLE color: 7968478.

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

Color convert

RGB222150121-
CMYK00.320.450.13
HSL17.23º60.48%67.25%-
HSV(B)17.23º45.5%87.06%-
XYZ44.4838.7223.22-
YUV168.22101.35166.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=45.03%
G=30.43%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215012100.320.450.1317.2360.4867.25
HexDE96790202DD113c43
Octal33622617104055152174103
Binary1101111010010110111100101000001011011101100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9679; }

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

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

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

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

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

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

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

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