Shades of Roman #D46756
Tints of Roman #D46756
RGB
CMYK
RGB Variations
Color information
#D46756 (or 0xD46756) is known color: Roman. HEX triplet: D4, 67 and 56. RGB value is (212,103,86). Sum of RGB (Red+Green+Blue) = 212+103+86=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D46756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46756 is #2B98A9. Grayscale: #858585. Windows color (decimal): -2857130 or 5662676. OLE color: 5662676.
HSL color Cylindrical-coordinate representation of color #D46756: hue angle of 8.1º 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 #D46756 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 86 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.17 |
| HSL | 8.1º | 0.59% | 0.58% | - |
| HSV(B) | 8.1º | 0.59% | 0.83% | - |
| XYZ | 33.68 | 24.37 | 11.73 | - |
| YUV | 133.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 86 | 0 | 0.51 | 0.59 | 0.17 | 8.1 | 0.59 | 0.58 |
| Hex | D4 | 67 | 56 | 0 | 33 | 3B | 11 | 8 | 3B | 3A |
| Octal | 324 | 147 | 126 | 0 | 63 | 73 | 21 | 10 | 73 | 72 |
| Binary | 11010100 | 1100111 | 1010110 | 0 | 110011 | 111011 | 10001 | 1000 | 111011 | 111010 |
Color Harmonies of #D46756
Complementary color
Monochromatic Colors of #D46756
Black with #D46756
Text Example
Text Example
White with #D46756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46756; }
p { color: rgb(212,103,86); }
H1.HeaderClassName
{
color: #D46756;
}
.AnyTagClassName
{
color: #D46756;
}
</style>
background-color css
<style>
a { background-color: #D46756; }
a { background-color: rgb(212,103,86); }
div.DivClassName
{
background-color: #D46756;
}
.BgClassName
{
background-color: #D46756;
}
</style>
border-color css
<style>
span { border-color: #D46756; }
span { border-color: rgb(212,103,86); }
td.TdClassName
{
border-color: #D46756;
}
.TagClassName
{
border-color: #D46756;
}
</style>