Shades of Roman #D86053
Tints of Roman #D86053
RGB
CMYK
RGB Variations
Color information
#D86053 (or 0xD86053) is known color: Roman. HEX triplet: D8, 60 and 53. RGB value is (216,96,83). Sum of RGB (Red+Green+Blue) = 216+96+83=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D86053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86053 is #279FAC. Grayscale: #828282. Windows color (decimal): -2596781 or 5464280. OLE color: 5464280.
HSL color Cylindrical-coordinate representation of color #D86053: hue angle of 5.86º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D86053 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 83 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.15 |
| HSL | 5.86º | 0.63% | 0.59% | - |
| HSV(B) | 5.86º | 0.62% | 0.85% | - |
| XYZ | 34.06 | 23.59 | 10.94 | - |
| YUV | 130.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 83 | 0 | 0.56 | 0.62 | 0.15 | 5.86 | 0.63 | 0.59 |
| Hex | D8 | 60 | 53 | 0 | 38 | 3E | F | 6 | 3F | 3B |
| Octal | 330 | 140 | 123 | 0 | 70 | 76 | 17 | 6 | 77 | 73 |
| Binary | 11011000 | 1100000 | 1010011 | 0 | 111000 | 111110 | 1111 | 110 | 111111 | 111011 |
Color Harmonies of #D86053
Complementary color
Monochromatic Colors of #D86053
Black with #D86053
Text Example
Text Example
White with #D86053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86053; }
p { color: rgb(216,96,83); }
H1.HeaderClassName
{
color: #D86053;
}
.AnyTagClassName
{
color: #D86053;
}
</style>
background-color css
<style>
a { background-color: #D86053; }
a { background-color: rgb(216,96,83); }
div.DivClassName
{
background-color: #D86053;
}
.BgClassName
{
background-color: #D86053;
}
</style>
border-color css
<style>
span { border-color: #D86053; }
span { border-color: rgb(216,96,83); }
td.TdClassName
{
border-color: #D86053;
}
.TagClassName
{
border-color: #D86053;
}
</style>