Shades of Roman #D86555
Tints of Roman #D86555
RGB
CMYK
RGB Variations
Color information
#D86555 (or 0xD86555) is known color: Roman. HEX triplet: D8, 65 and 55. RGB value is (216,101,85). Sum of RGB (Red+Green+Blue) = 216+101+85=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D86555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86555 is #279AAA. Grayscale: #858585. Windows color (decimal): -2595499 or 5596632. OLE color: 5596632.
HSL color Cylindrical-coordinate representation of color #D86555: hue angle of 7.33º 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 #D86555 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 85 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.15 |
| HSL | 7.33º | 0.63% | 0.59% | - |
| HSV(B) | 7.33º | 0.61% | 0.85% | - |
| XYZ | 34.61 | 24.56 | 11.51 | - |
| YUV | 133.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 85 | 0 | 0.53 | 0.61 | 0.15 | 7.33 | 0.63 | 0.59 |
| Hex | D8 | 65 | 55 | 0 | 35 | 3D | F | 7 | 3F | 3B |
| Octal | 330 | 145 | 125 | 0 | 65 | 75 | 17 | 7 | 77 | 73 |
| Binary | 11011000 | 1100101 | 1010101 | 0 | 110101 | 111101 | 1111 | 111 | 111111 | 111011 |
Color Harmonies of #D86555
Complementary color
Monochromatic Colors of #D86555
Black with #D86555
Text Example
Text Example
White with #D86555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86555; }
p { color: rgb(216,101,85); }
H1.HeaderClassName
{
color: #D86555;
}
.AnyTagClassName
{
color: #D86555;
}
</style>
background-color css
<style>
a { background-color: #D86555; }
a { background-color: rgb(216,101,85); }
div.DivClassName
{
background-color: #D86555;
}
.BgClassName
{
background-color: #D86555;
}
</style>
border-color css
<style>
span { border-color: #D86555; }
span { border-color: rgb(216,101,85); }
td.TdClassName
{
border-color: #D86555;
}
.TagClassName
{
border-color: #D86555;
}
</style>