Shades of Roman #D86A57
Tints of Roman #D86A57
RGB
CMYK
RGB Variations
Color information
#D86A57 (or 0xD86A57) is known color: Roman. HEX triplet: D8, 6A and 57. RGB value is (216,106,87). Sum of RGB (Red+Green+Blue) = 216+106+87=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A57 is #2795A8. Grayscale: #888888. Windows color (decimal): -2594217 or 5728984. OLE color: 5728984.
HSL color Cylindrical-coordinate representation of color #D86A57: hue angle of 8.84º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D86A57 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 87 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.15 |
| HSL | 8.84º | 0.62% | 0.59% | - |
| HSV(B) | 8.84º | 0.6% | 0.85% | - |
| XYZ | 35.19 | 25.6 | 12.1 | - |
| YUV | 136.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 87 | 0 | 0.51 | 0.60 | 0.15 | 8.84 | 0.62 | 0.59 |
| Hex | D8 | 6A | 57 | 0 | 33 | 3C | F | 9 | 3E | 3B |
| Octal | 330 | 152 | 127 | 0 | 63 | 74 | 17 | 11 | 76 | 73 |
| Binary | 11011000 | 1101010 | 1010111 | 0 | 110011 | 111100 | 1111 | 1001 | 111110 | 111011 |
Color Harmonies of #D86A57
Complementary color
Monochromatic Colors of #D86A57
Black with #D86A57
Text Example
Text Example
White with #D86A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A57; }
p { color: rgb(216,106,87); }
H1.HeaderClassName
{
color: #D86A57;
}
.AnyTagClassName
{
color: #D86A57;
}
</style>
background-color css
<style>
a { background-color: #D86A57; }
a { background-color: rgb(216,106,87); }
div.DivClassName
{
background-color: #D86A57;
}
.BgClassName
{
background-color: #D86A57;
}
</style>
border-color css
<style>
span { border-color: #D86A57; }
span { border-color: rgb(216,106,87); }
td.TdClassName
{
border-color: #D86A57;
}
.TagClassName
{
border-color: #D86A57;
}
</style>