Shades of Roman #D86967
Tints of Roman #D86967
RGB
CMYK
RGB Variations
Color information
#D86967 (or 0xD86967) is known color: Roman. HEX triplet: D8, 69 and 67. RGB value is (216,105,103). Sum of RGB (Red+Green+Blue) = 216+105+103=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D86967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86967 is #279698. Grayscale: #8A8A8A. Windows color (decimal): -2594457 or 6777304. OLE color: 6777304.
HSL color Cylindrical-coordinate representation of color #D86967: hue angle of 1.06º 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 #D86967 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 103 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.15 |
| HSL | 1.06º | 0.59% | 0.63% | - |
| HSV(B) | 1.06º | 0.52% | 0.85% | - |
| XYZ | 35.82 | 25.68 | 15.9 | - |
| YUV | 137.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 103 | 0 | 0.51 | 0.52 | 0.15 | 1.06 | 0.59 | 0.63 |
| Hex | D8 | 69 | 67 | 0 | 33 | 34 | F | 1 | 3B | 3F |
| Octal | 330 | 151 | 147 | 0 | 63 | 64 | 17 | 1 | 73 | 77 |
| Binary | 11011000 | 1101001 | 1100111 | 0 | 110011 | 110100 | 1111 | 1 | 111011 | 111111 |
Color Harmonies of #D86967
Complementary color
Monochromatic Colors of #D86967
Black with #D86967
Text Example
Text Example
White with #D86967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86967; }
p { color: rgb(216,105,103); }
H1.HeaderClassName
{
color: #D86967;
}
.AnyTagClassName
{
color: #D86967;
}
</style>
background-color css
<style>
a { background-color: #D86967; }
a { background-color: rgb(216,105,103); }
div.DivClassName
{
background-color: #D86967;
}
.BgClassName
{
background-color: #D86967;
}
</style>
border-color css
<style>
span { border-color: #D86967; }
span { border-color: rgb(216,105,103); }
td.TdClassName
{
border-color: #D86967;
}
.TagClassName
{
border-color: #D86967;
}
</style>