Shades of Roman #D86355
Tints of Roman #D86355
RGB
CMYK
RGB Variations
Color information
#D86355 (or 0xD86355) is known color: Roman. HEX triplet: D8, 63 and 55. RGB value is (216,99,85). Sum of RGB (Red+Green+Blue) = 216+99+85=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D86355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86355 is #279CAA. Grayscale: #848484. Windows color (decimal): -2596011 or 5596120. OLE color: 5596120.
HSL color Cylindrical-coordinate representation of color #D86355: hue angle of 6.41º 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 #D86355 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 85 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.15 |
| HSL | 6.41º | 0.63% | 0.59% | - |
| HSV(B) | 6.41º | 0.61% | 0.85% | - |
| XYZ | 34.42 | 24.18 | 11.45 | - |
| YUV | 132.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 85 | 0 | 0.54 | 0.61 | 0.15 | 6.41 | 0.63 | 0.59 |
| Hex | D8 | 63 | 55 | 0 | 36 | 3D | F | 6 | 3F | 3B |
| Octal | 330 | 143 | 125 | 0 | 66 | 75 | 17 | 6 | 77 | 73 |
| Binary | 11011000 | 1100011 | 1010101 | 0 | 110110 | 111101 | 1111 | 110 | 111111 | 111011 |
Color Harmonies of #D86355
Complementary color
Monochromatic Colors of #D86355
Black with #D86355
Text Example
Text Example
White with #D86355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86355; }
p { color: rgb(216,99,85); }
H1.HeaderClassName
{
color: #D86355;
}
.AnyTagClassName
{
color: #D86355;
}
</style>
background-color css
<style>
a { background-color: #D86355; }
a { background-color: rgb(216,99,85); }
div.DivClassName
{
background-color: #D86355;
}
.BgClassName
{
background-color: #D86355;
}
</style>
border-color css
<style>
span { border-color: #D86355; }
span { border-color: rgb(216,99,85); }
td.TdClassName
{
border-color: #D86355;
}
.TagClassName
{
border-color: #D86355;
}
</style>