Shades of Roman #D86756
Tints of Roman #D86756
RGB
CMYK
RGB Variations
Color information
#D86756 (or 0xD86756) is known color: Roman. HEX triplet: D8, 67 and 56. RGB value is (216,103,86). Sum of RGB (Red+Green+Blue) = 216+103+86=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D86756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86756 is #2798A9. Grayscale: #878787. Windows color (decimal): -2594986 or 5662680. OLE color: 5662680.
HSL color Cylindrical-coordinate representation of color #D86756: hue angle of 7.85º 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 #D86756 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 86 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.15 |
| HSL | 7.85º | 0.63% | 0.59% | - |
| HSV(B) | 7.85º | 0.6% | 0.85% | - |
| XYZ | 34.85 | 24.97 | 11.79 | - |
| YUV | 134.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 86 | 0 | 0.52 | 0.60 | 0.15 | 7.85 | 0.63 | 0.59 |
| Hex | D8 | 67 | 56 | 0 | 34 | 3C | F | 8 | 3E | 3B |
| Octal | 330 | 147 | 126 | 0 | 64 | 74 | 17 | 10 | 76 | 73 |
| Binary | 11011000 | 1100111 | 1010110 | 0 | 110100 | 111100 | 1111 | 1000 | 111110 | 111011 |
Color Harmonies of #D86756
Complementary color
Monochromatic Colors of #D86756
Black with #D86756
Text Example
Text Example
White with #D86756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86756; }
p { color: rgb(216,103,86); }
H1.HeaderClassName
{
color: #D86756;
}
.AnyTagClassName
{
color: #D86756;
}
</style>
background-color css
<style>
a { background-color: #D86756; }
a { background-color: rgb(216,103,86); }
div.DivClassName
{
background-color: #D86756;
}
.BgClassName
{
background-color: #D86756;
}
</style>
border-color css
<style>
span { border-color: #D86756; }
span { border-color: rgb(216,103,86); }
td.TdClassName
{
border-color: #D86756;
}
.TagClassName
{
border-color: #D86756;
}
</style>