Shades of Roman #D96865
Tints of Roman #D96865
RGB
CMYK
RGB Variations
Color information
#D96865 (or 0xD96865) is known color: Roman. HEX triplet: D9, 68 and 65. RGB value is (217,104,101). Sum of RGB (Red+Green+Blue) = 217+104+101=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D96865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96865 is #26979A. Grayscale: #898989. Windows color (decimal): -2529179 or 6645977. OLE color: 6645977.
HSL color Cylindrical-coordinate representation of color #D96865: hue angle of 1.55º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96865 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 101 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.15 |
| HSL | 1.55º | 0.6% | 0.62% | - |
| HSV(B) | 1.55º | 0.53% | 0.85% | - |
| XYZ | 35.91 | 25.59 | 15.36 | - |
| YUV | 137.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 101 | 0 | 0.52 | 0.53 | 0.15 | 1.55 | 0.6 | 0.62 |
| Hex | D9 | 68 | 65 | 0 | 34 | 35 | F | 2 | 3C | 3E |
| Octal | 331 | 150 | 145 | 0 | 64 | 65 | 17 | 2 | 74 | 76 |
| Binary | 11011001 | 1101000 | 1100101 | 0 | 110100 | 110101 | 1111 | 10 | 111100 | 111110 |
Color Harmonies of #D96865
Complementary color
Monochromatic Colors of #D96865
Black with #D96865
Text Example
Text Example
White with #D96865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96865; }
p { color: rgb(217,104,101); }
H1.HeaderClassName
{
color: #D96865;
}
.AnyTagClassName
{
color: #D96865;
}
</style>
background-color css
<style>
a { background-color: #D96865; }
a { background-color: rgb(217,104,101); }
div.DivClassName
{
background-color: #D96865;
}
.BgClassName
{
background-color: #D96865;
}
</style>
border-color css
<style>
span { border-color: #D96865; }
span { border-color: rgb(217,104,101); }
td.TdClassName
{
border-color: #D96865;
}
.TagClassName
{
border-color: #D96865;
}
</style>