Shades of Roman #D86A62
Tints of Roman #D86A62
RGB
CMYK
RGB Variations
Color information
#D86A62 (or 0xD86A62) is known color: Roman. HEX triplet: D8, 6A and 62. RGB value is (216,106,98). Sum of RGB (Red+Green+Blue) = 216+106+98=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A62 is #27959D. Grayscale: #8A8A8A. Windows color (decimal): -2594206 or 6449880. OLE color: 6449880.
HSL color Cylindrical-coordinate representation of color #D86A62: hue angle of 4.07º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86A62 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 98 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.15 |
| HSL | 4.07º | 0.6% | 0.62% | - |
| HSV(B) | 4.07º | 0.55% | 0.85% | - |
| XYZ | 35.68 | 25.79 | 14.65 | - |
| YUV | 137.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 98 | 0 | 0.51 | 0.55 | 0.15 | 4.07 | 0.6 | 0.62 |
| Hex | D8 | 6A | 62 | 0 | 33 | 37 | F | 4 | 3C | 3E |
| Octal | 330 | 152 | 142 | 0 | 63 | 67 | 17 | 4 | 74 | 76 |
| Binary | 11011000 | 1101010 | 1100010 | 0 | 110011 | 110111 | 1111 | 100 | 111100 | 111110 |
Color Harmonies of #D86A62
Complementary color
Monochromatic Colors of #D86A62
Black with #D86A62
Text Example
Text Example
White with #D86A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A62; }
p { color: rgb(216,106,98); }
H1.HeaderClassName
{
color: #D86A62;
}
.AnyTagClassName
{
color: #D86A62;
}
</style>
background-color css
<style>
a { background-color: #D86A62; }
a { background-color: rgb(216,106,98); }
div.DivClassName
{
background-color: #D86A62;
}
.BgClassName
{
background-color: #D86A62;
}
</style>
border-color css
<style>
span { border-color: #D86A62; }
span { border-color: rgb(216,106,98); }
td.TdClassName
{
border-color: #D86A62;
}
.TagClassName
{
border-color: #D86A62;
}
</style>