Shades of Roman #D85E54
Tints of Roman #D85E54
RGB
CMYK
RGB Variations
Color information
#D85E54 (or 0xD85E54) is known color: Roman. HEX triplet: D8, 5E and 54. RGB value is (216,94,84). Sum of RGB (Red+Green+Blue) = 216+94+84=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E54 is #27A1AB. Grayscale: #818181. Windows color (decimal): -2597292 or 5529304. OLE color: 5529304.
HSL color Cylindrical-coordinate representation of color #D85E54: hue angle of 4.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85E54 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 84 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.15 |
| HSL | 4.55º | 0.63% | 0.59% | - |
| HSV(B) | 4.55º | 0.61% | 0.85% | - |
| XYZ | 33.92 | 23.24 | 11.09 | - |
| YUV | 129.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 84 | 0 | 0.56 | 0.61 | 0.15 | 4.55 | 0.63 | 0.59 |
| Hex | D8 | 5E | 54 | 0 | 38 | 3D | F | 5 | 3F | 3B |
| Octal | 330 | 136 | 124 | 0 | 70 | 75 | 17 | 5 | 77 | 73 |
| Binary | 11011000 | 1011110 | 1010100 | 0 | 111000 | 111101 | 1111 | 101 | 111111 | 111011 |
Color Harmonies of #D85E54
Complementary color
Monochromatic Colors of #D85E54
Black with #D85E54
Text Example
Text Example
White with #D85E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E54; }
p { color: rgb(216,94,84); }
H1.HeaderClassName
{
color: #D85E54;
}
.AnyTagClassName
{
color: #D85E54;
}
</style>
background-color css
<style>
a { background-color: #D85E54; }
a { background-color: rgb(216,94,84); }
div.DivClassName
{
background-color: #D85E54;
}
.BgClassName
{
background-color: #D85E54;
}
</style>
border-color css
<style>
span { border-color: #D85E54; }
span { border-color: rgb(216,94,84); }
td.TdClassName
{
border-color: #D85E54;
}
.TagClassName
{
border-color: #D85E54;
}
</style>