#DE967A

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

Shades of Dark Salmon #DE967A

Tints of Dark Salmon #DE967A

Color information

#DE967A (or 0xDE967A) is unknown color: approx Dark Salmon. HEX triplet: DE, 96 and 7A. RGB value is (222,150,122). Sum of RGB (Red+Green+Blue) = 222+150+122=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE967A is #216985. Grayscale: #A8A8A8. Windows color (decimal): -2189702 or 8034014. OLE color: 8034014.

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

Color convert

RGB222150122-
CMYK00.320.450.13
HSL16.8º60.24%67.45%-
HSV(B)16.8º45.05%87.06%-
XYZ44.5438.7523.54-
YUV168.34101.85166.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=44.94%
G=30.36%
B=24.70%

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
Decimal22215012200.320.450.1316.860.2467.45
HexDE967A0202DD113c43
Octal33622617204055152174103
Binary1101111010010110111101001000001011011101100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE967A; }

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

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

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

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

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

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

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

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