Shades of Roman #D66855
Tints of Roman #D66855
RGB
CMYK
RGB Variations
Color information
#D66855 (or 0xD66855) is known color: Roman. HEX triplet: D6, 68 and 55. RGB value is (214,104,85). Sum of RGB (Red+Green+Blue) = 214+104+85=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D66855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66855 is #2997AA. Grayscale: #868686. Windows color (decimal): -2725803 or 5597398. OLE color: 5597398.
HSL color Cylindrical-coordinate representation of color #D66855: hue angle of 8.84º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D66855 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 85 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.16 |
| HSL | 8.84º | 0.61% | 0.59% | - |
| HSV(B) | 8.84º | 0.6% | 0.84% | - |
| XYZ | 34.32 | 24.85 | 11.58 | - |
| YUV | 134.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 85 | 0 | 0.51 | 0.60 | 0.16 | 8.84 | 0.61 | 0.59 |
| Hex | D6 | 68 | 55 | 0 | 33 | 3C | 10 | 9 | 3D | 3B |
| Octal | 326 | 150 | 125 | 0 | 63 | 74 | 20 | 11 | 75 | 73 |
| Binary | 11010110 | 1101000 | 1010101 | 0 | 110011 | 111100 | 10000 | 1001 | 111101 | 111011 |
Color Harmonies of #D66855
Complementary color
Monochromatic Colors of #D66855
Black with #D66855
Text Example
Text Example
White with #D66855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66855; }
p { color: rgb(214,104,85); }
H1.HeaderClassName
{
color: #D66855;
}
.AnyTagClassName
{
color: #D66855;
}
</style>
background-color css
<style>
a { background-color: #D66855; }
a { background-color: rgb(214,104,85); }
div.DivClassName
{
background-color: #D66855;
}
.BgClassName
{
background-color: #D66855;
}
</style>
border-color css
<style>
span { border-color: #D66855; }
span { border-color: rgb(214,104,85); }
td.TdClassName
{
border-color: #D66855;
}
.TagClassName
{
border-color: #D66855;
}
</style>