#DE947B

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

Shades of Dark Salmon #DE947B

Tints of Dark Salmon #DE947B

Color information

#DE947B (or 0xDE947B) is unknown color: approx Dark Salmon. HEX triplet: DE, 94 and 7B. RGB value is (222,148,123). Sum of RGB (Red+Green+Blue) = 222+148+123=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE947B is #216B84. Grayscale: #A7A7A7. Windows color (decimal): -2190213 or 8099038. OLE color: 8099038.

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

Color convert

RGB222148123-
CMYK00.330.450.13
HSL15.15º60%67.65%-
HSV(B)15.15º44.59%87.06%-
XYZ44.2938.1423.77-
YUV167.28103.02167.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=45.03%
G=30.02%
B=24.95%

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
Decimal22214812300.330.450.1315.156067.65
HexDE947B0212DDf3c44
Octal33622417304155151774104
Binary110111101001010011110110100001101101110111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE947B; }

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

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

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

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

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

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

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

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