#DE957B

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

Shades of Dark Salmon #DE957B

Tints of Dark Salmon #DE957B

Color information

#DE957B (or 0xDE957B) is unknown color: approx Dark Salmon. HEX triplet: DE, 95 and 7B. RGB value is (222,149,123). Sum of RGB (Red+Green+Blue) = 222+149+123=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE957B is #216A84. Grayscale: #A8A8A8. Windows color (decimal): -2189957 or 8099294. OLE color: 8099294.

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

Color convert

RGB222149123-
CMYK00.330.450.13
HSL15.76º60%67.65%-
HSV(B)15.76º44.59%87.06%-
XYZ44.4538.4523.82-
YUV167.86102.68166.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=44.94%
G=30.16%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214912300.330.450.1315.766067.65
HexDE957B0212DD103c44
Octal33622517304155152074104
Binary1101111010010101111101101000011011011101100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE957B; }

 p { color: rgb(222,149,123); }

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

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

 a { background-color: rgb(222,149,123); }

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

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

 span { border-color: rgb(222,149,123); }

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