#DD977A

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

Shades of Dark Salmon #DD977A

Tints of Dark Salmon #DD977A

Color information

#DD977A (or 0xDD977A) is unknown color: approx Dark Salmon. HEX triplet: DD, 97 and 7A. RGB value is (221,151,122). Sum of RGB (Red+Green+Blue) = 221+151+122=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD977A is #226885. Grayscale: #A8A8A8. Windows color (decimal): -2254982 or 8034269. OLE color: 8034269.

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

Color convert

RGB221151122-
CMYK00.320.450.13
HSL17.58º59.28%67.25%-
HSV(B)17.58º44.8%86.67%-
XYZ44.438.9123.58-
YUV168.62101.69165.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=44.74%
G=30.57%
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
Decimal22115112200.320.450.1317.5859.2867.25
HexDD977A0202DD123b43
Octal33522717204055152273103
Binary1101110110010111111101001000001011011101100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD977A; }

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

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

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

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

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

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

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

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