Shades of Dark Salmon #DC937B
Tints of Dark Salmon #DC937B
RGB
CMYK
RGB Variations
Color information
#DC937B (or 0xDC937B) is known color: Dark Salmon. HEX triplet: DC, 93 and 7B. RGB value is (220,147,123). Sum of RGB (Red+Green+Blue) = 220+147+123=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC937B is #236C84. Grayscale: #A6A6A6. Windows color (decimal): -2321541 or 8098780. OLE color: 8098780.
HSL color Cylindrical-coordinate representation of color #DC937B: hue angle of 14.85º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC937B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 123 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.14 |
| HSL | 14.85º | 0.58% | 0.67% | - |
| HSV(B) | 14.85º | 0.44% | 0.86% | - |
| XYZ | 43.52 | 37.51 | 23.69 | - |
| YUV | 166.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 123 | 0 | 0.33 | 0.44 | 0.14 | 14.85 | 0.58 | 0.67 |
| Hex | DC | 93 | 7B | 0 | 21 | 2C | E | F | 3A | 43 |
| Octal | 334 | 223 | 173 | 0 | 41 | 54 | 16 | 17 | 72 | 103 |
| Binary | 11011100 | 10010011 | 1111011 | 0 | 100001 | 101100 | 1110 | 1111 | 111010 | 1000011 |
Color Harmonies of #DC937B
Complementary color
Monochromatic Colors of #DC937B
Black with #DC937B
Text Example
Text Example
White with #DC937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC937B; }
p { color: rgb(220,147,123); }
H1.HeaderClassName
{
color: #DC937B;
}
.AnyTagClassName
{
color: #DC937B;
}
</style>
background-color css
<style>
a { background-color: #DC937B; }
a { background-color: rgb(220,147,123); }
div.DivClassName
{
background-color: #DC937B;
}
.BgClassName
{
background-color: #DC937B;
}
</style>
border-color css
<style>
span { border-color: #DC937B; }
span { border-color: rgb(220,147,123); }
td.TdClassName
{
border-color: #DC937B;
}
.TagClassName
{
border-color: #DC937B;
}
</style>