Shades of Roman #D86154
Tints of Roman #D86154
RGB
CMYK
RGB Variations
Color information
#D86154 (or 0xD86154) is known color: Roman. HEX triplet: D8, 61 and 54. RGB value is (216,97,84). Sum of RGB (Red+Green+Blue) = 216+97+84=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D86154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86154 is #279EAB. Grayscale: #838383. Windows color (decimal): -2596524 or 5530072. OLE color: 5530072.
HSL color Cylindrical-coordinate representation of color #D86154: hue angle of 5.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D86154 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 84 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.15 |
| HSL | 5.91º | 0.63% | 0.59% | - |
| HSV(B) | 5.91º | 0.61% | 0.85% | - |
| XYZ | 34.19 | 23.79 | 11.18 | - |
| YUV | 131.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 84 | 0 | 0.55 | 0.61 | 0.15 | 5.91 | 0.63 | 0.59 |
| Hex | D8 | 61 | 54 | 0 | 37 | 3D | F | 6 | 3F | 3B |
| Octal | 330 | 141 | 124 | 0 | 67 | 75 | 17 | 6 | 77 | 73 |
| Binary | 11011000 | 1100001 | 1010100 | 0 | 110111 | 111101 | 1111 | 110 | 111111 | 111011 |
Color Harmonies of #D86154
Complementary color
Monochromatic Colors of #D86154
Black with #D86154
Text Example
Text Example
White with #D86154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86154; }
p { color: rgb(216,97,84); }
H1.HeaderClassName
{
color: #D86154;
}
.AnyTagClassName
{
color: #D86154;
}
</style>
background-color css
<style>
a { background-color: #D86154; }
a { background-color: rgb(216,97,84); }
div.DivClassName
{
background-color: #D86154;
}
.BgClassName
{
background-color: #D86154;
}
</style>
border-color css
<style>
span { border-color: #D86154; }
span { border-color: rgb(216,97,84); }
td.TdClassName
{
border-color: #D86154;
}
.TagClassName
{
border-color: #D86154;
}
</style>