Shades of Roman #D86C5F
Tints of Roman #D86C5F
RGB
CMYK
RGB Variations
Color information
#D86C5F (or 0xD86C5F) is known color: Roman. HEX triplet: D8, 6C and 5F. RGB value is (216,108,95). Sum of RGB (Red+Green+Blue) = 216+108+95=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C5F is #2793A0. Grayscale: #8A8A8A. Windows color (decimal): -2593697 or 6253784. OLE color: 6253784.
HSL color Cylindrical-coordinate representation of color #D86C5F: hue angle of 6.45º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86C5F is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 95 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.15 |
| HSL | 6.45º | 0.61% | 0.61% | - |
| HSV(B) | 6.45º | 0.56% | 0.85% | - |
| XYZ | 35.75 | 26.15 | 13.99 | - |
| YUV | 138.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 95 | 0 | 0.50 | 0.56 | 0.15 | 6.45 | 0.61 | 0.61 |
| Hex | D8 | 6C | 5F | 0 | 32 | 38 | F | 6 | 3D | 3D |
| Octal | 330 | 154 | 137 | 0 | 62 | 70 | 17 | 6 | 75 | 75 |
| Binary | 11011000 | 1101100 | 1011111 | 0 | 110010 | 111000 | 1111 | 110 | 111101 | 111101 |
Color Harmonies of #D86C5F
Complementary color
Monochromatic Colors of #D86C5F
Black with #D86C5F
Text Example
Text Example
White with #D86C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C5F; }
p { color: rgb(216,108,95); }
H1.HeaderClassName
{
color: #D86C5F;
}
.AnyTagClassName
{
color: #D86C5F;
}
</style>
background-color css
<style>
a { background-color: #D86C5F; }
a { background-color: rgb(216,108,95); }
div.DivClassName
{
background-color: #D86C5F;
}
.BgClassName
{
background-color: #D86C5F;
}
</style>
border-color css
<style>
span { border-color: #D86C5F; }
span { border-color: rgb(216,108,95); }
td.TdClassName
{
border-color: #D86C5F;
}
.TagClassName
{
border-color: #D86C5F;
}
</style>