Shades of Roman #D96360
Tints of Roman #D96360
RGB
CMYK
RGB Variations
Color information
#D96360 (or 0xD96360) is known color: Roman. HEX triplet: D9, 63 and 60. RGB value is (217,99,96). Sum of RGB (Red+Green+Blue) = 217+99+96=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D96360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96360 is #269C9F. Grayscale: #868686. Windows color (decimal): -2530464 or 6317017. OLE color: 6317017.
HSL color Cylindrical-coordinate representation of color #D96360: hue angle of 1.49º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96360 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 96 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.15 |
| HSL | 1.49º | 0.61% | 0.61% | - |
| HSV(B) | 1.49º | 0.56% | 0.85% | - |
| XYZ | 35.19 | 24.52 | 13.94 | - |
| YUV | 133.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 96 | 0 | 0.54 | 0.56 | 0.15 | 1.49 | 0.61 | 0.61 |
| Hex | D9 | 63 | 60 | 0 | 36 | 38 | F | 1 | 3D | 3D |
| Octal | 331 | 143 | 140 | 0 | 66 | 70 | 17 | 1 | 75 | 75 |
| Binary | 11011001 | 1100011 | 1100000 | 0 | 110110 | 111000 | 1111 | 1 | 111101 | 111101 |
Color Harmonies of #D96360
Complementary color
Monochromatic Colors of #D96360
Black with #D96360
Text Example
Text Example
White with #D96360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96360; }
p { color: rgb(217,99,96); }
H1.HeaderClassName
{
color: #D96360;
}
.AnyTagClassName
{
color: #D96360;
}
</style>
background-color css
<style>
a { background-color: #D96360; }
a { background-color: rgb(217,99,96); }
div.DivClassName
{
background-color: #D96360;
}
.BgClassName
{
background-color: #D96360;
}
</style>
border-color css
<style>
span { border-color: #D96360; }
span { border-color: rgb(217,99,96); }
td.TdClassName
{
border-color: #D96360;
}
.TagClassName
{
border-color: #D96360;
}
</style>