Shades of Roman #D46D63
Tints of Roman #D46D63
RGB
CMYK
RGB Variations
Color information
#D46D63 (or 0xD46D63) is known color: Roman. HEX triplet: D4, 6D and 63. RGB value is (212,109,99). Sum of RGB (Red+Green+Blue) = 212+109+99=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46D63 is #2B929C. Grayscale: #8A8A8A. Windows color (decimal): -2855581 or 6516180. OLE color: 6516180.
HSL color Cylindrical-coordinate representation of color #D46D63: hue angle of 5.31º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46D63 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 99 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.17 |
| HSL | 5.31º | 0.57% | 0.61% | - |
| HSV(B) | 5.31º | 0.53% | 0.83% | - |
| XYZ | 34.87 | 25.84 | 14.95 | - |
| YUV | 138.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 99 | 0 | 0.49 | 0.53 | 0.17 | 5.31 | 0.57 | 0.61 |
| Hex | D4 | 6D | 63 | 0 | 31 | 35 | 11 | 5 | 39 | 3D |
| Octal | 324 | 155 | 143 | 0 | 61 | 65 | 21 | 5 | 71 | 75 |
| Binary | 11010100 | 1101101 | 1100011 | 0 | 110001 | 110101 | 10001 | 101 | 111001 | 111101 |
Color Harmonies of #D46D63
Complementary color
Monochromatic Colors of #D46D63
Black with #D46D63
Text Example
Text Example
White with #D46D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D63; }
p { color: rgb(212,109,99); }
H1.HeaderClassName
{
color: #D46D63;
}
.AnyTagClassName
{
color: #D46D63;
}
</style>
background-color css
<style>
a { background-color: #D46D63; }
a { background-color: rgb(212,109,99); }
div.DivClassName
{
background-color: #D46D63;
}
.BgClassName
{
background-color: #D46D63;
}
</style>
border-color css
<style>
span { border-color: #D46D63; }
span { border-color: rgb(212,109,99); }
td.TdClassName
{
border-color: #D46D63;
}
.TagClassName
{
border-color: #D46D63;
}
</style>