#dd927c

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

Shades of Dark Salmon #DD927C

Tints of Dark Salmon #DD927C

Color information

#DD927C (or 0xDD927C) is unknown color: approx Dark Salmon. HEX triplet: DD, 92 and 7C. RGB value is (221,146,124). Sum of RGB (Red+Green+Blue) = 221+146+124=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD927C is #226D83. Grayscale: #A6A6A6. Windows color (decimal): -2256260 or 8164061. OLE color: 8164061.

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

Color convert

RGB221146124-
CMYK00.340.440.13
HSL13.61º58.79%67.65%-
HSV(B)13.61º43.89%86.67%-
XYZ43.7437.3923.98-
YUV165.92104.35167.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=45.01%
G=29.74%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114612400.340.440.1313.6158.7967.65
HexDD927C0222CDe3b44
Octal33522217404254151673104
Binary110111011001001011111000100010101100110111101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd927c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd927c; }

 p { color: rgb(221,146,124); }

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

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

 a { background-color: rgb(221,146,124); }

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

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

 span { border-color: rgb(221,146,124); }

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