Shades of Roman #D06860
Tints of Roman #D06860
RGB
CMYK
RGB Variations
Color information
#D06860 (or 0xD06860) is known color: Roman. HEX triplet: D0, 68 and 60. RGB value is (208,104,96). Sum of RGB (Red+Green+Blue) = 208+104+96=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D06860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06860 is #2F979F. Grayscale: #868686. Windows color (decimal): -3119008 or 6318288. OLE color: 6318288.
HSL color Cylindrical-coordinate representation of color #D06860: hue angle of 4.29º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06860 is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 96 | - |
| CMYK | 0 | 0.5 | 0.54 | 0.18 |
| HSL | 4.29º | 0.54% | 0.6% | - |
| HSV(B) | 4.29º | 0.54% | 0.82% | - |
| XYZ | 33.07 | 24.16 | 13.99 | - |
| YUV | 134.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 96 | 0 | 0.5 | 0.54 | 0.18 | 4.29 | 0.54 | 0.6 |
| Hex | D0 | 68 | 60 | 0 | 32 | 36 | 12 | 4 | 36 | 3C |
| Octal | 320 | 150 | 140 | 0 | 62 | 66 | 22 | 4 | 66 | 74 |
| Binary | 11010000 | 1101000 | 1100000 | 0 | 110010 | 110110 | 10010 | 100 | 110110 | 111100 |
Color Harmonies of #D06860
Complementary color
Monochromatic Colors of #D06860
Black with #D06860
Text Example
Text Example
White with #D06860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06860; }
p { color: rgb(208,104,96); }
H1.HeaderClassName
{
color: #D06860;
}
.AnyTagClassName
{
color: #D06860;
}
</style>
background-color css
<style>
a { background-color: #D06860; }
a { background-color: rgb(208,104,96); }
div.DivClassName
{
background-color: #D06860;
}
.BgClassName
{
background-color: #D06860;
}
</style>
border-color css
<style>
span { border-color: #D06860; }
span { border-color: rgb(208,104,96); }
td.TdClassName
{
border-color: #D06860;
}
.TagClassName
{
border-color: #D06860;
}
</style>