Shades of Roman #D96858
Tints of Roman #D96858
RGB
CMYK
RGB Variations
Color information
#D96858 (or 0xD96858) is known color: Roman. HEX triplet: D9, 68 and 58. RGB value is (217,104,88). Sum of RGB (Red+Green+Blue) = 217+104+88=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D96858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96858 is #2697A7. Grayscale: #888888. Windows color (decimal): -2529192 or 5794009. OLE color: 5794009.
HSL color Cylindrical-coordinate representation of color #D96858: hue angle of 7.44º 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 #D96858 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 88 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.15 |
| HSL | 7.44º | 0.63% | 0.6% | - |
| HSV(B) | 7.44º | 0.59% | 0.85% | - |
| XYZ | 35.33 | 25.36 | 12.26 | - |
| YUV | 135.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 88 | 0 | 0.52 | 0.59 | 0.15 | 7.44 | 0.63 | 0.6 |
| Hex | D9 | 68 | 58 | 0 | 34 | 3B | F | 7 | 3F | 3C |
| Octal | 331 | 150 | 130 | 0 | 64 | 73 | 17 | 7 | 77 | 74 |
| Binary | 11011001 | 1101000 | 1011000 | 0 | 110100 | 111011 | 1111 | 111 | 111111 | 111100 |
Color Harmonies of #D96858
Complementary color
Monochromatic Colors of #D96858
Black with #D96858
Text Example
Text Example
White with #D96858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96858; }
p { color: rgb(217,104,88); }
H1.HeaderClassName
{
color: #D96858;
}
.AnyTagClassName
{
color: #D96858;
}
</style>
background-color css
<style>
a { background-color: #D96858; }
a { background-color: rgb(217,104,88); }
div.DivClassName
{
background-color: #D96858;
}
.BgClassName
{
background-color: #D96858;
}
</style>
border-color css
<style>
span { border-color: #D96858; }
span { border-color: rgb(217,104,88); }
td.TdClassName
{
border-color: #D96858;
}
.TagClassName
{
border-color: #D96858;
}
</style>