Shades of Roman #D85D56
Tints of Roman #D85D56
RGB
CMYK
RGB Variations
Color information
#D85D56 (or 0xD85D56) is known color: Roman. HEX triplet: D8, 5D and 56. RGB value is (216,93,86). Sum of RGB (Red+Green+Blue) = 216+93+86=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D56 is #27A2A9. Grayscale: #818181. Windows color (decimal): -2597546 or 5660120. OLE color: 5660120.
HSL color Cylindrical-coordinate representation of color #D85D56: hue angle of 3.23º degrees, saturation: 0.62, 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 #D85D56 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 86 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.15 |
| HSL | 3.23º | 0.63% | 0.59% | - |
| HSV(B) | 3.23º | 0.6% | 0.85% | - |
| XYZ | 33.91 | 23.1 | 11.48 | - |
| YUV | 128.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 86 | 0 | 0.57 | 0.60 | 0.15 | 3.23 | 0.63 | 0.59 |
| Hex | D8 | 5D | 56 | 0 | 39 | 3C | F | 3 | 3E | 3B |
| Octal | 330 | 135 | 126 | 0 | 71 | 74 | 17 | 3 | 76 | 73 |
| Binary | 11011000 | 1011101 | 1010110 | 0 | 111001 | 111100 | 1111 | 11 | 111110 | 111011 |
Color Harmonies of #D85D56
Complementary color
Monochromatic Colors of #D85D56
Black with #D85D56
Text Example
Text Example
White with #D85D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D56; }
p { color: rgb(216,93,86); }
H1.HeaderClassName
{
color: #D85D56;
}
.AnyTagClassName
{
color: #D85D56;
}
</style>
background-color css
<style>
a { background-color: #D85D56; }
a { background-color: rgb(216,93,86); }
div.DivClassName
{
background-color: #D85D56;
}
.BgClassName
{
background-color: #D85D56;
}
</style>
border-color css
<style>
span { border-color: #D85D56; }
span { border-color: rgb(216,93,86); }
td.TdClassName
{
border-color: #D85D56;
}
.TagClassName
{
border-color: #D85D56;
}
</style>