Shades of Roman #D86658
Tints of Roman #D86658
RGB
CMYK
RGB Variations
Color information
#D86658 (or 0xD86658) is known color: Roman. HEX triplet: D8, 66 and 58. RGB value is (216,102,88). Sum of RGB (Red+Green+Blue) = 216+102+88=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D86658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86658 is #2799A7. Grayscale: #868686. Windows color (decimal): -2595240 or 5793496. OLE color: 5793496.
HSL color Cylindrical-coordinate representation of color #D86658: hue angle of 6.56º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D86658 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 88 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.15 |
| HSL | 6.56º | 0.62% | 0.6% | - |
| HSV(B) | 6.56º | 0.59% | 0.85% | - |
| XYZ | 34.83 | 24.81 | 12.18 | - |
| YUV | 134.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 88 | 0 | 0.53 | 0.59 | 0.15 | 6.56 | 0.62 | 0.6 |
| Hex | D8 | 66 | 58 | 0 | 35 | 3B | F | 7 | 3E | 3C |
| Octal | 330 | 146 | 130 | 0 | 65 | 73 | 17 | 7 | 76 | 74 |
| Binary | 11011000 | 1100110 | 1011000 | 0 | 110101 | 111011 | 1111 | 111 | 111110 | 111100 |
Color Harmonies of #D86658
Complementary color
Monochromatic Colors of #D86658
Black with #D86658
Text Example
Text Example
White with #D86658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86658; }
p { color: rgb(216,102,88); }
H1.HeaderClassName
{
color: #D86658;
}
.AnyTagClassName
{
color: #D86658;
}
</style>
background-color css
<style>
a { background-color: #D86658; }
a { background-color: rgb(216,102,88); }
div.DivClassName
{
background-color: #D86658;
}
.BgClassName
{
background-color: #D86658;
}
</style>
border-color css
<style>
span { border-color: #D86658; }
span { border-color: rgb(216,102,88); }
td.TdClassName
{
border-color: #D86658;
}
.TagClassName
{
border-color: #D86658;
}
</style>