Shades of Roman #D85D55
Tints of Roman #D85D55
RGB
CMYK
RGB Variations
Color information
#D85D55 (or 0xD85D55) is known color: Roman. HEX triplet: D8, 5D and 55. RGB value is (216,93,85). Sum of RGB (Red+Green+Blue) = 216+93+85=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D55 is #27A2AA. Grayscale: #818181. Windows color (decimal): -2597547 or 5594584. OLE color: 5594584.
HSL color Cylindrical-coordinate representation of color #D85D55: hue angle of 3.66º 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 #D85D55 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 85 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.15 |
| HSL | 3.66º | 0.63% | 0.59% | - |
| HSV(B) | 3.66º | 0.61% | 0.85% | - |
| XYZ | 33.87 | 23.08 | 11.26 | - |
| YUV | 128.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 85 | 0 | 0.57 | 0.61 | 0.15 | 3.66 | 0.63 | 0.59 |
| Hex | D8 | 5D | 55 | 0 | 39 | 3D | F | 4 | 3F | 3B |
| Octal | 330 | 135 | 125 | 0 | 71 | 75 | 17 | 4 | 77 | 73 |
| Binary | 11011000 | 1011101 | 1010101 | 0 | 111001 | 111101 | 1111 | 100 | 111111 | 111011 |
Color Harmonies of #D85D55
Complementary color
Monochromatic Colors of #D85D55
Black with #D85D55
Text Example
Text Example
White with #D85D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D55; }
p { color: rgb(216,93,85); }
H1.HeaderClassName
{
color: #D85D55;
}
.AnyTagClassName
{
color: #D85D55;
}
</style>
background-color css
<style>
a { background-color: #D85D55; }
a { background-color: rgb(216,93,85); }
div.DivClassName
{
background-color: #D85D55;
}
.BgClassName
{
background-color: #D85D55;
}
</style>
border-color css
<style>
span { border-color: #D85D55; }
span { border-color: rgb(216,93,85); }
td.TdClassName
{
border-color: #D85D55;
}
.TagClassName
{
border-color: #D85D55;
}
</style>