Shades of Dark Salmon #DC967B
Tints of Dark Salmon #DC967B
RGB
CMYK
RGB Variations
Color information
#DC967B (or 0xDC967B) is known color: Dark Salmon. HEX triplet: DC, 96 and 7B. RGB value is (220,150,123). Sum of RGB (Red+Green+Blue) = 220+150+123=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC967B is #236984. Grayscale: #A8A8A8. Windows color (decimal): -2320773 or 8099548. OLE color: 8099548.
HSL color Cylindrical-coordinate representation of color #DC967B: hue angle of 16.7º 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 #DC967B is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 123 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.14 |
| HSL | 16.7º | 0.58% | 0.67% | - |
| HSV(B) | 16.7º | 0.44% | 0.86% | - |
| XYZ | 44 | 38.46 | 23.84 | - |
| YUV | 167.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 123 | 0 | 0.32 | 0.44 | 0.14 | 16.7 | 0.58 | 0.67 |
| Hex | DC | 96 | 7B | 0 | 20 | 2C | E | 11 | 3A | 43 |
| Octal | 334 | 226 | 173 | 0 | 40 | 54 | 16 | 21 | 72 | 103 |
| Binary | 11011100 | 10010110 | 1111011 | 0 | 100000 | 101100 | 1110 | 10001 | 111010 | 1000011 |
Color Harmonies of #DC967B
Complementary color
Monochromatic Colors of #DC967B
Black with #DC967B
Text Example
Text Example
White with #DC967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC967B; }
p { color: rgb(220,150,123); }
H1.HeaderClassName
{
color: #DC967B;
}
.AnyTagClassName
{
color: #DC967B;
}
</style>
background-color css
<style>
a { background-color: #DC967B; }
a { background-color: rgb(220,150,123); }
div.DivClassName
{
background-color: #DC967B;
}
.BgClassName
{
background-color: #DC967B;
}
</style>
border-color css
<style>
span { border-color: #DC967B; }
span { border-color: rgb(220,150,123); }
td.TdClassName
{
border-color: #DC967B;
}
.TagClassName
{
border-color: #DC967B;
}
</style>