Shades of Roman #D8605E
Tints of Roman #D8605E
RGB
CMYK
RGB Variations
Color information
#D8605E (or 0xD8605E) is known color: Roman. HEX triplet: D8, 60 and 5E. RGB value is (216,96,94). Sum of RGB (Red+Green+Blue) = 216+96+94=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8605E is #279FA1. Grayscale: #838383. Windows color (decimal): -2596770 or 6185176. OLE color: 6185176.
HSL color Cylindrical-coordinate representation of color #D8605E: hue angle of 0.98º 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 #D8605E is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 94 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.15 |
| HSL | 0.98º | 0.61% | 0.61% | - |
| HSV(B) | 0.98º | 0.56% | 0.85% | - |
| XYZ | 34.52 | 23.77 | 13.36 | - |
| YUV | 131.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 94 | 0 | 0.56 | 0.56 | 0.15 | 0.98 | 0.61 | 0.61 |
| Hex | D8 | 60 | 5E | 0 | 38 | 38 | F | 1 | 3D | 3D |
| Octal | 330 | 140 | 136 | 0 | 70 | 70 | 17 | 1 | 75 | 75 |
| Binary | 11011000 | 1100000 | 1011110 | 0 | 111000 | 111000 | 1111 | 1 | 111101 | 111101 |
Color Harmonies of #D8605E
Complementary color
Monochromatic Colors of #D8605E
Black with #D8605E
Text Example
Text Example
White with #D8605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8605E; }
p { color: rgb(216,96,94); }
H1.HeaderClassName
{
color: #D8605E;
}
.AnyTagClassName
{
color: #D8605E;
}
</style>
background-color css
<style>
a { background-color: #D8605E; }
a { background-color: rgb(216,96,94); }
div.DivClassName
{
background-color: #D8605E;
}
.BgClassName
{
background-color: #D8605E;
}
</style>
border-color css
<style>
span { border-color: #D8605E; }
span { border-color: rgb(216,96,94); }
td.TdClassName
{
border-color: #D8605E;
}
.TagClassName
{
border-color: #D8605E;
}
</style>