Shades of Roman #D46867
Tints of Roman #D46867
RGB
CMYK
RGB Variations
Color information
#D46867 (or 0xD46867) is known color: Roman. HEX triplet: D4, 68 and 67. RGB value is (212,104,103). Sum of RGB (Red+Green+Blue) = 212+104+103=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D46867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46867 is #2B9798. Grayscale: #888888. Windows color (decimal): -2856857 or 6777044. OLE color: 6777044.
HSL color Cylindrical-coordinate representation of color #D46867: hue angle of 0.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46867 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 103 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.17 |
| HSL | 0.55º | 0.56% | 0.62% | - |
| HSV(B) | 0.55º | 0.51% | 0.83% | - |
| XYZ | 34.55 | 24.88 | 15.81 | - |
| YUV | 136.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 103 | 0 | 0.51 | 0.51 | 0.17 | 0.55 | 0.56 | 0.62 |
| Hex | D4 | 68 | 67 | 0 | 33 | 33 | 11 | 1 | 38 | 3E |
| Octal | 324 | 150 | 147 | 0 | 63 | 63 | 21 | 1 | 70 | 76 |
| Binary | 11010100 | 1101000 | 1100111 | 0 | 110011 | 110011 | 10001 | 1 | 111000 | 111110 |
Color Harmonies of #D46867
Complementary color
Monochromatic Colors of #D46867
Black with #D46867
Text Example
Text Example
White with #D46867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46867; }
p { color: rgb(212,104,103); }
H1.HeaderClassName
{
color: #D46867;
}
.AnyTagClassName
{
color: #D46867;
}
</style>
background-color css
<style>
a { background-color: #D46867; }
a { background-color: rgb(212,104,103); }
div.DivClassName
{
background-color: #D46867;
}
.BgClassName
{
background-color: #D46867;
}
</style>
border-color css
<style>
span { border-color: #D46867; }
span { border-color: rgb(212,104,103); }
td.TdClassName
{
border-color: #D46867;
}
.TagClassName
{
border-color: #D46867;
}
</style>