Shades of Roman #D96864
Tints of Roman #D96864
RGB
CMYK
RGB Variations
Color information
#D96864 (or 0xD96864) is known color: Roman. HEX triplet: D9, 68 and 64. RGB value is (217,104,100). Sum of RGB (Red+Green+Blue) = 217+104+100=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D96864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96864 is #26979B. Grayscale: #898989. Windows color (decimal): -2529180 or 6580441. OLE color: 6580441.
HSL color Cylindrical-coordinate representation of color #D96864: hue angle of 2.05º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96864 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 100 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.15 |
| HSL | 2.05º | 0.61% | 0.62% | - |
| HSV(B) | 2.05º | 0.54% | 0.85% | - |
| XYZ | 35.87 | 25.57 | 15.1 | - |
| YUV | 137.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 100 | 0 | 0.52 | 0.54 | 0.15 | 2.05 | 0.61 | 0.62 |
| Hex | D9 | 68 | 64 | 0 | 34 | 36 | F | 2 | 3D | 3E |
| Octal | 331 | 150 | 144 | 0 | 64 | 66 | 17 | 2 | 75 | 76 |
| Binary | 11011001 | 1101000 | 1100100 | 0 | 110100 | 110110 | 1111 | 10 | 111101 | 111110 |
Color Harmonies of #D96864
Complementary color
Monochromatic Colors of #D96864
Black with #D96864
Text Example
Text Example
White with #D96864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96864; }
p { color: rgb(217,104,100); }
H1.HeaderClassName
{
color: #D96864;
}
.AnyTagClassName
{
color: #D96864;
}
</style>
background-color css
<style>
a { background-color: #D96864; }
a { background-color: rgb(217,104,100); }
div.DivClassName
{
background-color: #D96864;
}
.BgClassName
{
background-color: #D96864;
}
</style>
border-color css
<style>
span { border-color: #D96864; }
span { border-color: rgb(217,104,100); }
td.TdClassName
{
border-color: #D96864;
}
.TagClassName
{
border-color: #D96864;
}
</style>