Shades of Roman #D96859
Tints of Roman #D96859
RGB
CMYK
RGB Variations
Color information
#D96859 (or 0xD96859) is known color: Roman. HEX triplet: D9, 68 and 59. RGB value is (217,104,89). Sum of RGB (Red+Green+Blue) = 217+104+89=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D96859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96859 is #2697A6. Grayscale: #888888. Windows color (decimal): -2529191 or 5859545. OLE color: 5859545.
HSL color Cylindrical-coordinate representation of color #D96859: hue angle of 7.03º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D96859 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 89 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.15 |
| HSL | 7.03º | 0.63% | 0.6% | - |
| HSV(B) | 7.03º | 0.59% | 0.85% | - |
| XYZ | 35.37 | 25.37 | 12.48 | - |
| YUV | 136.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 89 | 0 | 0.52 | 0.59 | 0.15 | 7.03 | 0.63 | 0.6 |
| Hex | D9 | 68 | 59 | 0 | 34 | 3B | F | 7 | 3F | 3C |
| Octal | 331 | 150 | 131 | 0 | 64 | 73 | 17 | 7 | 77 | 74 |
| Binary | 11011001 | 1101000 | 1011001 | 0 | 110100 | 111011 | 1111 | 111 | 111111 | 111100 |
Color Harmonies of #D96859
Complementary color
Monochromatic Colors of #D96859
Black with #D96859
Text Example
Text Example
White with #D96859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96859; }
p { color: rgb(217,104,89); }
H1.HeaderClassName
{
color: #D96859;
}
.AnyTagClassName
{
color: #D96859;
}
</style>
background-color css
<style>
a { background-color: #D96859; }
a { background-color: rgb(217,104,89); }
div.DivClassName
{
background-color: #D96859;
}
.BgClassName
{
background-color: #D96859;
}
</style>
border-color css
<style>
span { border-color: #D96859; }
span { border-color: rgb(217,104,89); }
td.TdClassName
{
border-color: #D96859;
}
.TagClassName
{
border-color: #D96859;
}
</style>