Shades of Roman #D86052
Tints of Roman #D86052
RGB
CMYK
RGB Variations
Color information
#D86052 (or 0xD86052) is known color: Roman. HEX triplet: D8, 60 and 52. RGB value is (216,96,82). Sum of RGB (Red+Green+Blue) = 216+96+82=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D86052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86052 is #279FAD. Grayscale: #828282. Windows color (decimal): -2596782 or 5398744. OLE color: 5398744.
HSL color Cylindrical-coordinate representation of color #D86052: hue angle of 6.27º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D86052 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 82 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.15 |
| HSL | 6.27º | 0.63% | 0.58% | - |
| HSV(B) | 6.27º | 0.62% | 0.85% | - |
| XYZ | 34.02 | 23.57 | 10.74 | - |
| YUV | 130.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 82 | 0 | 0.56 | 0.62 | 0.15 | 6.27 | 0.63 | 0.58 |
| Hex | D8 | 60 | 52 | 0 | 38 | 3E | F | 6 | 3F | 3A |
| Octal | 330 | 140 | 122 | 0 | 70 | 76 | 17 | 6 | 77 | 72 |
| Binary | 11011000 | 1100000 | 1010010 | 0 | 111000 | 111110 | 1111 | 110 | 111111 | 111010 |
Color Harmonies of #D86052
Complementary color
Monochromatic Colors of #D86052
Black with #D86052
Text Example
Text Example
White with #D86052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86052; }
p { color: rgb(216,96,82); }
H1.HeaderClassName
{
color: #D86052;
}
.AnyTagClassName
{
color: #D86052;
}
</style>
background-color css
<style>
a { background-color: #D86052; }
a { background-color: rgb(216,96,82); }
div.DivClassName
{
background-color: #D86052;
}
.BgClassName
{
background-color: #D86052;
}
</style>
border-color css
<style>
span { border-color: #D86052; }
span { border-color: rgb(216,96,82); }
td.TdClassName
{
border-color: #D86052;
}
.TagClassName
{
border-color: #D86052;
}
</style>