Shades of Roman #D67067
Tints of Roman #D67067
RGB
CMYK
RGB Variations
Color information
#D67067 (or 0xD67067) is known color: Roman. HEX triplet: D6, 70 and 67. RGB value is (214,112,103). Sum of RGB (Red+Green+Blue) = 214+112+103=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D67067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67067 is #298F98. Grayscale: #8D8D8D. Windows color (decimal): -2723737 or 6779094. OLE color: 6779094.
HSL color Cylindrical-coordinate representation of color #D67067: hue angle of 4.86º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D67067 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 103 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.16 |
| HSL | 4.86º | 0.58% | 0.62% | - |
| HSV(B) | 4.86º | 0.52% | 0.84% | - |
| XYZ | 35.97 | 26.86 | 16.12 | - |
| YUV | 141.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 103 | 0 | 0.48 | 0.52 | 0.16 | 4.86 | 0.58 | 0.62 |
| Hex | D6 | 70 | 67 | 0 | 30 | 34 | 10 | 5 | 3A | 3E |
| Octal | 326 | 160 | 147 | 0 | 60 | 64 | 20 | 5 | 72 | 76 |
| Binary | 11010110 | 1110000 | 1100111 | 0 | 110000 | 110100 | 10000 | 101 | 111010 | 111110 |
Color Harmonies of #D67067
Complementary color
Monochromatic Colors of #D67067
Black with #D67067
Text Example
Text Example
White with #D67067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67067; }
p { color: rgb(214,112,103); }
H1.HeaderClassName
{
color: #D67067;
}
.AnyTagClassName
{
color: #D67067;
}
</style>
background-color css
<style>
a { background-color: #D67067; }
a { background-color: rgb(214,112,103); }
div.DivClassName
{
background-color: #D67067;
}
.BgClassName
{
background-color: #D67067;
}
</style>
border-color css
<style>
span { border-color: #D67067; }
span { border-color: rgb(214,112,103); }
td.TdClassName
{
border-color: #D67067;
}
.TagClassName
{
border-color: #D67067;
}
</style>