#DD9779

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

Shades of Dark Salmon #DD9779

Tints of Dark Salmon #DD9779

Color information

#DD9779 (or 0xDD9779) is unknown color: approx Dark Salmon. HEX triplet: DD, 97 and 79. RGB value is (221,151,121). Sum of RGB (Red+Green+Blue) = 221+151+121=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9779 is #226886. Grayscale: #A8A8A8. Windows color (decimal): -2254983 or 7968733. OLE color: 7968733.

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

Color convert

RGB221151121-
CMYK00.320.450.13
HSL18º59.52%67.06%-
HSV(B)18º45.25%86.67%-
XYZ44.3438.8923.26-
YUV168.51101.19165.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=44.83%
G=30.63%
B=24.54%

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
Decimal22115112100.320.450.131859.5267.06
HexDD97790202DD123c43
Octal33522717104055152274103
Binary1101110110010111111100101000001011011101100101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9779; }

 p { color: rgb(221,151,121); }

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

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

 a { background-color: rgb(221,151,121); }

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

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

 span { border-color: rgb(221,151,121); }

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