Shades of Roman #D86A67
Tints of Roman #D86A67
RGB
CMYK
RGB Variations
Color information
#D86A67 (or 0xD86A67) is known color: Roman. HEX triplet: D8, 6A and 67. RGB value is (216,106,103). Sum of RGB (Red+Green+Blue) = 216+106+103=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A67 is #279598. Grayscale: #8A8A8A. Windows color (decimal): -2594201 or 6777560. OLE color: 6777560.
HSL color Cylindrical-coordinate representation of color #D86A67: hue angle of 1.59º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86A67 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 103 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.15 |
| HSL | 1.59º | 0.59% | 0.63% | - |
| HSV(B) | 1.59º | 0.52% | 0.85% | - |
| XYZ | 35.92 | 25.89 | 15.94 | - |
| YUV | 138.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 103 | 0 | 0.51 | 0.52 | 0.15 | 1.59 | 0.59 | 0.63 |
| Hex | D8 | 6A | 67 | 0 | 33 | 34 | F | 2 | 3B | 3F |
| Octal | 330 | 152 | 147 | 0 | 63 | 64 | 17 | 2 | 73 | 77 |
| Binary | 11011000 | 1101010 | 1100111 | 0 | 110011 | 110100 | 1111 | 10 | 111011 | 111111 |
Color Harmonies of #D86A67
Complementary color
Monochromatic Colors of #D86A67
Black with #D86A67
Text Example
Text Example
White with #D86A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A67; }
p { color: rgb(216,106,103); }
H1.HeaderClassName
{
color: #D86A67;
}
.AnyTagClassName
{
color: #D86A67;
}
</style>
background-color css
<style>
a { background-color: #D86A67; }
a { background-color: rgb(216,106,103); }
div.DivClassName
{
background-color: #D86A67;
}
.BgClassName
{
background-color: #D86A67;
}
</style>
border-color css
<style>
span { border-color: #D86A67; }
span { border-color: rgb(216,106,103); }
td.TdClassName
{
border-color: #D86A67;
}
.TagClassName
{
border-color: #D86A67;
}
</style>