Shades of Roman #D86259
Tints of Roman #D86259
RGB
CMYK
RGB Variations
Color information
#D86259 (or 0xD86259) is known color: Roman. HEX triplet: D8, 62 and 59. RGB value is (216,98,89). Sum of RGB (Red+Green+Blue) = 216+98+89=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D86259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86259 is #279DA6. Grayscale: #848484. Windows color (decimal): -2596263 or 5858008. OLE color: 5858008.
HSL color Cylindrical-coordinate representation of color #D86259: hue angle of 4.25º 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 #D86259 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 89 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.15 |
| HSL | 4.25º | 0.62% | 0.6% | - |
| HSV(B) | 4.25º | 0.59% | 0.85% | - |
| XYZ | 34.49 | 24.06 | 12.28 | - |
| YUV | 132.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 89 | 0 | 0.55 | 0.59 | 0.15 | 4.25 | 0.62 | 0.6 |
| Hex | D8 | 62 | 59 | 0 | 37 | 3B | F | 4 | 3E | 3C |
| Octal | 330 | 142 | 131 | 0 | 67 | 73 | 17 | 4 | 76 | 74 |
| Binary | 11011000 | 1100010 | 1011001 | 0 | 110111 | 111011 | 1111 | 100 | 111110 | 111100 |
Color Harmonies of #D86259
Complementary color
Monochromatic Colors of #D86259
Black with #D86259
Text Example
Text Example
White with #D86259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86259; }
p { color: rgb(216,98,89); }
H1.HeaderClassName
{
color: #D86259;
}
.AnyTagClassName
{
color: #D86259;
}
</style>
background-color css
<style>
a { background-color: #D86259; }
a { background-color: rgb(216,98,89); }
div.DivClassName
{
background-color: #D86259;
}
.BgClassName
{
background-color: #D86259;
}
</style>
border-color css
<style>
span { border-color: #D86259; }
span { border-color: rgb(216,98,89); }
td.TdClassName
{
border-color: #D86259;
}
.TagClassName
{
border-color: #D86259;
}
</style>