Shades of Roman #D86A5E
Tints of Roman #D86A5E
RGB
CMYK
RGB Variations
Color information
#D86A5E (or 0xD86A5E) is known color: Roman. HEX triplet: D8, 6A and 5E. RGB value is (216,106,94). Sum of RGB (Red+Green+Blue) = 216+106+94=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A5E is #2795A1. Grayscale: #898989. Windows color (decimal): -2594210 or 6187736. OLE color: 6187736.
HSL color Cylindrical-coordinate representation of color #D86A5E: hue angle of 5.9º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86A5E is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 94 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.15 |
| HSL | 5.9º | 0.61% | 0.61% | - |
| HSV(B) | 5.9º | 0.56% | 0.85% | - |
| XYZ | 35.49 | 25.72 | 13.68 | - |
| YUV | 137.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 94 | 0 | 0.51 | 0.56 | 0.15 | 5.9 | 0.61 | 0.61 |
| Hex | D8 | 6A | 5E | 0 | 33 | 38 | F | 6 | 3D | 3D |
| Octal | 330 | 152 | 136 | 0 | 63 | 70 | 17 | 6 | 75 | 75 |
| Binary | 11011000 | 1101010 | 1011110 | 0 | 110011 | 111000 | 1111 | 110 | 111101 | 111101 |
Color Harmonies of #D86A5E
Complementary color
Monochromatic Colors of #D86A5E
Black with #D86A5E
Text Example
Text Example
White with #D86A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A5E; }
p { color: rgb(216,106,94); }
H1.HeaderClassName
{
color: #D86A5E;
}
.AnyTagClassName
{
color: #D86A5E;
}
</style>
background-color css
<style>
a { background-color: #D86A5E; }
a { background-color: rgb(216,106,94); }
div.DivClassName
{
background-color: #D86A5E;
}
.BgClassName
{
background-color: #D86A5E;
}
</style>
border-color css
<style>
span { border-color: #D86A5E; }
span { border-color: rgb(216,106,94); }
td.TdClassName
{
border-color: #D86A5E;
}
.TagClassName
{
border-color: #D86A5E;
}
</style>