Shades of Roman #D46856
Tints of Roman #D46856
RGB
CMYK
RGB Variations
Color information
#D46856 (or 0xD46856) is known color: Roman. HEX triplet: D4, 68 and 56. RGB value is (212,104,86). Sum of RGB (Red+Green+Blue) = 212+104+86=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D46856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46856 is #2B97A9. Grayscale: #868686. Windows color (decimal): -2856874 or 5662932. OLE color: 5662932.
HSL color Cylindrical-coordinate representation of color #D46856: hue angle of 8.57º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D46856 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 86 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.17 |
| HSL | 8.57º | 0.59% | 0.58% | - |
| HSV(B) | 8.57º | 0.59% | 0.83% | - |
| XYZ | 33.78 | 24.57 | 11.77 | - |
| YUV | 134.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 86 | 0 | 0.51 | 0.59 | 0.17 | 8.57 | 0.59 | 0.58 |
| Hex | D4 | 68 | 56 | 0 | 33 | 3B | 11 | 9 | 3B | 3A |
| Octal | 324 | 150 | 126 | 0 | 63 | 73 | 21 | 11 | 73 | 72 |
| Binary | 11010100 | 1101000 | 1010110 | 0 | 110011 | 111011 | 10001 | 1001 | 111011 | 111010 |
Color Harmonies of #D46856
Complementary color
Monochromatic Colors of #D46856
Black with #D46856
Text Example
Text Example
White with #D46856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46856; }
p { color: rgb(212,104,86); }
H1.HeaderClassName
{
color: #D46856;
}
.AnyTagClassName
{
color: #D46856;
}
</style>
background-color css
<style>
a { background-color: #D46856; }
a { background-color: rgb(212,104,86); }
div.DivClassName
{
background-color: #D46856;
}
.BgClassName
{
background-color: #D46856;
}
</style>
border-color css
<style>
span { border-color: #D46856; }
span { border-color: rgb(212,104,86); }
td.TdClassName
{
border-color: #D46856;
}
.TagClassName
{
border-color: #D46856;
}
</style>