Shades of Roman #D9605E
Tints of Roman #D9605E
RGB
CMYK
RGB Variations
Color information
#D9605E (or 0xD9605E) is known color: Roman. HEX triplet: D9, 60 and 5E. RGB value is (217,96,94). Sum of RGB (Red+Green+Blue) = 217+96+94=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9605E is #269FA1. Grayscale: #848484. Windows color (decimal): -2531234 or 6185177. OLE color: 6185177.
HSL color Cylindrical-coordinate representation of color #D9605E: hue angle of 0.98º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9605E is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 94 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.15 |
| HSL | 0.98º | 0.62% | 0.61% | - |
| HSV(B) | 0.98º | 0.57% | 0.85% | - |
| XYZ | 34.82 | 23.93 | 13.37 | - |
| YUV | 131.95 | 106.59 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 94 | 0 | 0.56 | 0.57 | 0.15 | 0.98 | 0.62 | 0.61 |
| Hex | D9 | 60 | 5E | 0 | 38 | 39 | F | 1 | 3E | 3D |
| Octal | 331 | 140 | 136 | 0 | 70 | 71 | 17 | 1 | 76 | 75 |
| Binary | 11011001 | 1100000 | 1011110 | 0 | 111000 | 111001 | 1111 | 1 | 111110 | 111101 |
Color Harmonies of #D9605E
Complementary color
Monochromatic Colors of #D9605E
Black with #D9605E
Text Example
Text Example
White with #D9605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9605E; }
p { color: rgb(217,96,94); }
H1.HeaderClassName
{
color: #D9605E;
}
.AnyTagClassName
{
color: #D9605E;
}
</style>
background-color css
<style>
a { background-color: #D9605E; }
a { background-color: rgb(217,96,94); }
div.DivClassName
{
background-color: #D9605E;
}
.BgClassName
{
background-color: #D9605E;
}
</style>
border-color css
<style>
span { border-color: #D9605E; }
span { border-color: rgb(217,96,94); }
td.TdClassName
{
border-color: #D9605E;
}
.TagClassName
{
border-color: #D9605E;
}
</style>