Shades of Roman #D96356
Tints of Roman #D96356
RGB
CMYK
RGB Variations
Color information
#D96356 (or 0xD96356) is known color: Roman. HEX triplet: D9, 63 and 56. RGB value is (217,99,86). Sum of RGB (Red+Green+Blue) = 217+99+86=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D96356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96356 is #269CA9. Grayscale: #848484. Windows color (decimal): -2530474 or 5661657. OLE color: 5661657.
HSL color Cylindrical-coordinate representation of color #D96356: hue angle of 5.95º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D96356 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 86 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.15 |
| HSL | 5.95º | 0.63% | 0.59% | - |
| HSV(B) | 5.95º | 0.6% | 0.85% | - |
| XYZ | 34.76 | 24.35 | 11.67 | - |
| YUV | 132.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 86 | 0 | 0.54 | 0.60 | 0.15 | 5.95 | 0.63 | 0.59 |
| Hex | D9 | 63 | 56 | 0 | 36 | 3C | F | 6 | 3F | 3B |
| Octal | 331 | 143 | 126 | 0 | 66 | 74 | 17 | 6 | 77 | 73 |
| Binary | 11011001 | 1100011 | 1010110 | 0 | 110110 | 111100 | 1111 | 110 | 111111 | 111011 |
Color Harmonies of #D96356
Complementary color
Monochromatic Colors of #D96356
Black with #D96356
Text Example
Text Example
White with #D96356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96356; }
p { color: rgb(217,99,86); }
H1.HeaderClassName
{
color: #D96356;
}
.AnyTagClassName
{
color: #D96356;
}
</style>
background-color css
<style>
a { background-color: #D96356; }
a { background-color: rgb(217,99,86); }
div.DivClassName
{
background-color: #D96356;
}
.BgClassName
{
background-color: #D96356;
}
</style>
border-color css
<style>
span { border-color: #D96356; }
span { border-color: rgb(217,99,86); }
td.TdClassName
{
border-color: #D96356;
}
.TagClassName
{
border-color: #D96356;
}
</style>