#DD967E

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

Shades of Dark Salmon #DD967E

Tints of Dark Salmon #DD967E

Color information

#DD967E (or 0xDD967E) is unknown color: approx Dark Salmon. HEX triplet: DD, 96 and 7E. RGB value is (221,150,126). Sum of RGB (Red+Green+Blue) = 221+150+126=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD967E is #226981. Grayscale: #A8A8A8. Windows color (decimal): -2255234 or 8296157. OLE color: 8296157.

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

Color convert

RGB221150126-
CMYK00.320.430.13
HSL15.16º58.28%68.04%-
HSV(B)15.16º42.99%86.67%-
XYZ44.4938.6924.86-
YUV168.49104.02165.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 126 (49.61% from 255) = 25.35%
R=44.47%
G=30.18%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115012600.320.430.1315.1658.2868.04
HexDD967E0202BDf3a44
Octal33522617604053151772104
Binary110111011001011011111100100000101011110111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD967E; }

 p { color: rgb(221,150,126); }

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

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

 a { background-color: rgb(221,150,126); }

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

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

 span { border-color: rgb(221,150,126); }

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