Shades of Roman #D86156
Tints of Roman #D86156
RGB
CMYK
RGB Variations
Color information
#D86156 (or 0xD86156) is known color: Roman. HEX triplet: D8, 61 and 56. RGB value is (216,97,86). Sum of RGB (Red+Green+Blue) = 216+97+86=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D86156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86156 is #279EA9. Grayscale: #838383. Windows color (decimal): -2596522 or 5661144. OLE color: 5661144.
HSL color Cylindrical-coordinate representation of color #D86156: hue angle of 5.08º 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 #D86156 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 86 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.15 |
| HSL | 5.08º | 0.63% | 0.59% | - |
| HSV(B) | 5.08º | 0.6% | 0.85% | - |
| XYZ | 34.27 | 23.82 | 11.6 | - |
| YUV | 131.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 86 | 0 | 0.55 | 0.60 | 0.15 | 5.08 | 0.63 | 0.59 |
| Hex | D8 | 61 | 56 | 0 | 37 | 3C | F | 5 | 3E | 3B |
| Octal | 330 | 141 | 126 | 0 | 67 | 74 | 17 | 5 | 76 | 73 |
| Binary | 11011000 | 1100001 | 1010110 | 0 | 110111 | 111100 | 1111 | 101 | 111110 | 111011 |
Color Harmonies of #D86156
Complementary color
Monochromatic Colors of #D86156
Black with #D86156
Text Example
Text Example
White with #D86156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86156; }
p { color: rgb(216,97,86); }
H1.HeaderClassName
{
color: #D86156;
}
.AnyTagClassName
{
color: #D86156;
}
</style>
background-color css
<style>
a { background-color: #D86156; }
a { background-color: rgb(216,97,86); }
div.DivClassName
{
background-color: #D86156;
}
.BgClassName
{
background-color: #D86156;
}
</style>
border-color css
<style>
span { border-color: #D86156; }
span { border-color: rgb(216,97,86); }
td.TdClassName
{
border-color: #D86156;
}
.TagClassName
{
border-color: #D86156;
}
</style>