Shades of Roman #D86E68
Tints of Roman #D86E68
RGB
CMYK
RGB Variations
Color information
#D86E68 (or 0xD86E68) is known color: Roman. HEX triplet: D8, 6E and 68. RGB value is (216,110,104). Sum of RGB (Red+Green+Blue) = 216+110+104=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E68 is #279197. Grayscale: #8D8D8D. Windows color (decimal): -2593176 or 6844120. OLE color: 6844120.
HSL color Cylindrical-coordinate representation of color #D86E68: hue angle of 3.21º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86E68 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 104 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.15 |
| HSL | 3.21º | 0.59% | 0.63% | - |
| HSV(B) | 3.21º | 0.52% | 0.85% | - |
| XYZ | 36.39 | 26.75 | 16.34 | - |
| YUV | 141.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 104 | 0 | 0.49 | 0.52 | 0.15 | 3.21 | 0.59 | 0.63 |
| Hex | D8 | 6E | 68 | 0 | 31 | 34 | F | 3 | 3B | 3F |
| Octal | 330 | 156 | 150 | 0 | 61 | 64 | 17 | 3 | 73 | 77 |
| Binary | 11011000 | 1101110 | 1101000 | 0 | 110001 | 110100 | 1111 | 11 | 111011 | 111111 |
Color Harmonies of #D86E68
Complementary color
Monochromatic Colors of #D86E68
Black with #D86E68
Text Example
Text Example
White with #D86E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E68; }
p { color: rgb(216,110,104); }
H1.HeaderClassName
{
color: #D86E68;
}
.AnyTagClassName
{
color: #D86E68;
}
</style>
background-color css
<style>
a { background-color: #D86E68; }
a { background-color: rgb(216,110,104); }
div.DivClassName
{
background-color: #D86E68;
}
.BgClassName
{
background-color: #D86E68;
}
</style>
border-color css
<style>
span { border-color: #D86E68; }
span { border-color: rgb(216,110,104); }
td.TdClassName
{
border-color: #D86E68;
}
.TagClassName
{
border-color: #D86E68;
}
</style>