Shades of Dark Salmon #DD937B
Tints of Dark Salmon #DD937B
RGB
CMYK
RGB Variations
Color information
#DD937B (or 0xDD937B) is known color: Dark Salmon. HEX triplet: DD, 93 and 7B. RGB value is (221,147,123). Sum of RGB (Red+Green+Blue) = 221+147+123=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD937B is #226C84. Grayscale: #A6A6A6. Windows color (decimal): -2256005 or 8098781. OLE color: 8098781.
HSL color Cylindrical-coordinate representation of color #DD937B: hue angle of 14.69º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD937B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 123 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.13 |
| HSL | 14.69º | 0.59% | 0.67% | - |
| HSV(B) | 14.69º | 0.44% | 0.87% | - |
| XYZ | 43.83 | 37.67 | 23.7 | - |
| YUV | 166.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 123 | 0 | 0.33 | 0.44 | 0.13 | 14.69 | 0.59 | 0.67 |
| Hex | DD | 93 | 7B | 0 | 21 | 2C | D | F | 3B | 43 |
| Octal | 335 | 223 | 173 | 0 | 41 | 54 | 15 | 17 | 73 | 103 |
| Binary | 11011101 | 10010011 | 1111011 | 0 | 100001 | 101100 | 1101 | 1111 | 111011 | 1000011 |
Color Harmonies of #DD937B
Complementary color
Monochromatic Colors of #DD937B
Black with #DD937B
Text Example
Text Example
White with #DD937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD937B; }
p { color: rgb(221,147,123); }
H1.HeaderClassName
{
color: #DD937B;
}
.AnyTagClassName
{
color: #DD937B;
}
</style>
background-color css
<style>
a { background-color: #DD937B; }
a { background-color: rgb(221,147,123); }
div.DivClassName
{
background-color: #DD937B;
}
.BgClassName
{
background-color: #DD937B;
}
</style>
border-color css
<style>
span { border-color: #DD937B; }
span { border-color: rgb(221,147,123); }
td.TdClassName
{
border-color: #DD937B;
}
.TagClassName
{
border-color: #DD937B;
}
</style>