Shades of Roman #D96362
Tints of Roman #D96362
RGB
CMYK
RGB Variations
Color information
#D96362 (or 0xD96362) is known color: Roman. HEX triplet: D9, 63 and 62. RGB value is (217,99,98). Sum of RGB (Red+Green+Blue) = 217+99+98=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D96362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96362 is #269C9D. Grayscale: #868686. Windows color (decimal): -2530462 or 6448089. OLE color: 6448089.
HSL color Cylindrical-coordinate representation of color #D96362: hue angle of 0.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96362 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 98 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.15 |
| HSL | 0.5º | 0.61% | 0.62% | - |
| HSV(B) | 0.5º | 0.55% | 0.85% | - |
| XYZ | 35.28 | 24.56 | 14.44 | - |
| YUV | 134.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 98 | 0 | 0.54 | 0.55 | 0.15 | 0.5 | 0.61 | 0.62 |
| Hex | D9 | 63 | 62 | 0 | 36 | 37 | F | 1 | 3D | 3E |
| Octal | 331 | 143 | 142 | 0 | 66 | 67 | 17 | 1 | 75 | 76 |
| Binary | 11011001 | 1100011 | 1100010 | 0 | 110110 | 110111 | 1111 | 1 | 111101 | 111110 |
Color Harmonies of #D96362
Complementary color
Monochromatic Colors of #D96362
Black with #D96362
Text Example
Text Example
White with #D96362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96362; }
p { color: rgb(217,99,98); }
H1.HeaderClassName
{
color: #D96362;
}
.AnyTagClassName
{
color: #D96362;
}
</style>
background-color css
<style>
a { background-color: #D96362; }
a { background-color: rgb(217,99,98); }
div.DivClassName
{
background-color: #D96362;
}
.BgClassName
{
background-color: #D96362;
}
</style>
border-color css
<style>
span { border-color: #D96362; }
span { border-color: rgb(217,99,98); }
td.TdClassName
{
border-color: #D96362;
}
.TagClassName
{
border-color: #D96362;
}
</style>