Shades of Roman #D86257
Tints of Roman #D86257
RGB
CMYK
RGB Variations
Color information
#D86257 (or 0xD86257) is known color: Roman. HEX triplet: D8, 62 and 57. RGB value is (216,98,87). Sum of RGB (Red+Green+Blue) = 216+98+87=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D86257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86257 is #279DA8. Grayscale: #848484. Windows color (decimal): -2596265 or 5726936. OLE color: 5726936.
HSL color Cylindrical-coordinate representation of color #D86257: hue angle of 5.12º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D86257 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 87 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.15 |
| HSL | 5.12º | 0.62% | 0.59% | - |
| HSV(B) | 5.12º | 0.6% | 0.85% | - |
| XYZ | 34.41 | 24.02 | 11.84 | - |
| YUV | 132.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 87 | 0 | 0.55 | 0.60 | 0.15 | 5.12 | 0.62 | 0.59 |
| Hex | D8 | 62 | 57 | 0 | 37 | 3C | F | 5 | 3E | 3B |
| Octal | 330 | 142 | 127 | 0 | 67 | 74 | 17 | 5 | 76 | 73 |
| Binary | 11011000 | 1100010 | 1010111 | 0 | 110111 | 111100 | 1111 | 101 | 111110 | 111011 |
Color Harmonies of #D86257
Complementary color
Monochromatic Colors of #D86257
Black with #D86257
Text Example
Text Example
White with #D86257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86257; }
p { color: rgb(216,98,87); }
H1.HeaderClassName
{
color: #D86257;
}
.AnyTagClassName
{
color: #D86257;
}
</style>
background-color css
<style>
a { background-color: #D86257; }
a { background-color: rgb(216,98,87); }
div.DivClassName
{
background-color: #D86257;
}
.BgClassName
{
background-color: #D86257;
}
</style>
border-color css
<style>
span { border-color: #D86257; }
span { border-color: rgb(216,98,87); }
td.TdClassName
{
border-color: #D86257;
}
.TagClassName
{
border-color: #D86257;
}
</style>