Shades of Roman #D86960
Tints of Roman #D86960
RGB
CMYK
RGB Variations
Color information
#D86960 (or 0xD86960) is known color: Roman. HEX triplet: D8, 69 and 60. RGB value is (216,105,96). Sum of RGB (Red+Green+Blue) = 216+105+96=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D86960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86960 is #27969F. Grayscale: #898989. Windows color (decimal): -2594464 or 6318552. OLE color: 6318552.
HSL color Cylindrical-coordinate representation of color #D86960: hue angle of 4.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86960 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 96 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.15 |
| HSL | 4.5º | 0.61% | 0.61% | - |
| HSV(B) | 4.5º | 0.56% | 0.85% | - |
| XYZ | 35.48 | 25.55 | 14.13 | - |
| YUV | 137.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 96 | 0 | 0.51 | 0.56 | 0.15 | 4.5 | 0.61 | 0.61 |
| Hex | D8 | 69 | 60 | 0 | 33 | 38 | F | 4 | 3D | 3D |
| Octal | 330 | 151 | 140 | 0 | 63 | 70 | 17 | 4 | 75 | 75 |
| Binary | 11011000 | 1101001 | 1100000 | 0 | 110011 | 111000 | 1111 | 100 | 111101 | 111101 |
Color Harmonies of #D86960
Complementary color
Monochromatic Colors of #D86960
Black with #D86960
Text Example
Text Example
White with #D86960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86960; }
p { color: rgb(216,105,96); }
H1.HeaderClassName
{
color: #D86960;
}
.AnyTagClassName
{
color: #D86960;
}
</style>
background-color css
<style>
a { background-color: #D86960; }
a { background-color: rgb(216,105,96); }
div.DivClassName
{
background-color: #D86960;
}
.BgClassName
{
background-color: #D86960;
}
</style>
border-color css
<style>
span { border-color: #D86960; }
span { border-color: rgb(216,105,96); }
td.TdClassName
{
border-color: #D86960;
}
.TagClassName
{
border-color: #D86960;
}
</style>