Shades of Roman #D86060
Tints of Roman #D86060
RGB
CMYK
RGB Variations
Color information
#D86060 (or 0xD86060) is known color: Roman. HEX triplet: D8, 60 and 60. RGB value is (216,96,96). Sum of RGB (Red+Green+Blue) = 216+96+96=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D86060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86060 is #279F9F. Grayscale: #848484. Windows color (decimal): -2596768 or 6316248. OLE color: 6316248.
HSL color Cylindrical-coordinate representation of color #D86060: hue angle of 0º 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 #D86060 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 96 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.15 |
| HSL | 0º | 0.61% | 0.61% | - |
| HSV(B) | 0º | 0.56% | 0.85% | - |
| XYZ | 34.61 | 23.81 | 13.84 | - |
| YUV | 131.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 96 | 0 | 0.56 | 0.56 | 0.15 | 0 | 0.61 | 0.61 |
| Hex | D8 | 60 | 60 | 0 | 38 | 38 | F | 0 | 3D | 3D |
| Octal | 330 | 140 | 140 | 0 | 70 | 70 | 17 | 0 | 75 | 75 |
| Binary | 11011000 | 1100000 | 1100000 | 0 | 111000 | 111000 | 1111 | 0 | 111101 | 111101 |
Color Harmonies of #D86060
Complementary color
Monochromatic Colors of #D86060
Black with #D86060
Text Example
Text Example
White with #D86060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86060; }
p { color: rgb(216,96,96); }
H1.HeaderClassName
{
color: #D86060;
}
.AnyTagClassName
{
color: #D86060;
}
</style>
background-color css
<style>
a { background-color: #D86060; }
a { background-color: rgb(216,96,96); }
div.DivClassName
{
background-color: #D86060;
}
.BgClassName
{
background-color: #D86060;
}
</style>
border-color css
<style>
span { border-color: #D86060; }
span { border-color: rgb(216,96,96); }
td.TdClassName
{
border-color: #D86060;
}
.TagClassName
{
border-color: #D86060;
}
</style>