Shades of Dark Salmon #DC947B
Tints of Dark Salmon #DC947B
RGB
CMYK
RGB Variations
Color information
#DC947B (or 0xDC947B) is known color: Dark Salmon. HEX triplet: DC, 94 and 7B. RGB value is (220,148,123). Sum of RGB (Red+Green+Blue) = 220+148+123=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC947B is #236B84. Grayscale: #A6A6A6. Windows color (decimal): -2321285 or 8099036. OLE color: 8099036.
HSL color Cylindrical-coordinate representation of color #DC947B: hue angle of 15.46º 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 #DC947B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 123 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.14 |
| HSL | 15.46º | 0.58% | 0.67% | - |
| HSV(B) | 15.46º | 0.44% | 0.86% | - |
| XYZ | 43.68 | 37.83 | 23.74 | - |
| YUV | 166.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 123 | 0 | 0.33 | 0.44 | 0.14 | 15.46 | 0.58 | 0.67 |
| Hex | DC | 94 | 7B | 0 | 21 | 2C | E | F | 3A | 43 |
| Octal | 334 | 224 | 173 | 0 | 41 | 54 | 16 | 17 | 72 | 103 |
| Binary | 11011100 | 10010100 | 1111011 | 0 | 100001 | 101100 | 1110 | 1111 | 111010 | 1000011 |
Color Harmonies of #DC947B
Complementary color
Monochromatic Colors of #DC947B
Black with #DC947B
Text Example
Text Example
White with #DC947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC947B; }
p { color: rgb(220,148,123); }
H1.HeaderClassName
{
color: #DC947B;
}
.AnyTagClassName
{
color: #DC947B;
}
</style>
background-color css
<style>
a { background-color: #DC947B; }
a { background-color: rgb(220,148,123); }
div.DivClassName
{
background-color: #DC947B;
}
.BgClassName
{
background-color: #DC947B;
}
</style>
border-color css
<style>
span { border-color: #DC947B; }
span { border-color: rgb(220,148,123); }
td.TdClassName
{
border-color: #DC947B;
}
.TagClassName
{
border-color: #DC947B;
}
</style>