Shades of Roman #D96358
Tints of Roman #D96358
RGB
CMYK
RGB Variations
Color information
#D96358 (or 0xD96358) is known color: Roman. HEX triplet: D9, 63 and 58. RGB value is (217,99,88). Sum of RGB (Red+Green+Blue) = 217+99+88=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D96358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96358 is #269CA7. Grayscale: #858585. Windows color (decimal): -2530472 or 5792729. OLE color: 5792729.
HSL color Cylindrical-coordinate representation of color #D96358: hue angle of 5.12º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D96358 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 88 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.15 |
| HSL | 5.12º | 0.63% | 0.6% | - |
| HSV(B) | 5.12º | 0.59% | 0.85% | - |
| XYZ | 34.84 | 24.38 | 12.1 | - |
| YUV | 133.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 88 | 0 | 0.54 | 0.59 | 0.15 | 5.12 | 0.63 | 0.6 |
| Hex | D9 | 63 | 58 | 0 | 36 | 3B | F | 5 | 3F | 3C |
| Octal | 331 | 143 | 130 | 0 | 66 | 73 | 17 | 5 | 77 | 74 |
| Binary | 11011001 | 1100011 | 1011000 | 0 | 110110 | 111011 | 1111 | 101 | 111111 | 111100 |
Color Harmonies of #D96358
Complementary color
Monochromatic Colors of #D96358
Black with #D96358
Text Example
Text Example
White with #D96358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96358; }
p { color: rgb(217,99,88); }
H1.HeaderClassName
{
color: #D96358;
}
.AnyTagClassName
{
color: #D96358;
}
</style>
background-color css
<style>
a { background-color: #D96358; }
a { background-color: rgb(217,99,88); }
div.DivClassName
{
background-color: #D96358;
}
.BgClassName
{
background-color: #D96358;
}
</style>
border-color css
<style>
span { border-color: #D96358; }
span { border-color: rgb(217,99,88); }
td.TdClassName
{
border-color: #D96358;
}
.TagClassName
{
border-color: #D96358;
}
</style>