#DD967D

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

Shades of Dark Salmon #DD967D

Tints of Dark Salmon #DD967D

Color information

#DD967D (or 0xDD967D) is unknown color: approx Dark Salmon. HEX triplet: DD, 96 and 7D. RGB value is (221,150,125). Sum of RGB (Red+Green+Blue) = 221+150+125=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD967D is #226982. Grayscale: #A8A8A8. Windows color (decimal): -2255235 or 8230621. OLE color: 8230621.

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

Color convert

RGB221150125-
CMYK00.320.430.13
HSL15.63º58.54%67.84%-
HSV(B)15.63º43.44%86.67%-
XYZ44.4338.6724.52-
YUV168.38103.52165.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 125 (49.22% from 255) = 25.20%
R=44.56%
G=30.24%
B=25.20%

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
Decimal22115012500.320.430.1315.6358.5467.84
HexDD967D0202BD103b44
Octal33522617504053152073104
Binary1101110110010110111110101000001010111101100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD967D; }

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

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

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

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

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

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

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

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