Shades of Roman #D86C67
Tints of Roman #D86C67
RGB
CMYK
RGB Variations
Color information
#D86C67 (or 0xD86C67) is known color: Roman. HEX triplet: D8, 6C and 67. RGB value is (216,108,103). Sum of RGB (Red+Green+Blue) = 216+108+103=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C67 is #279398. Grayscale: #8B8B8B. Windows color (decimal): -2593689 or 6778072. OLE color: 6778072.
HSL color Cylindrical-coordinate representation of color #D86C67: hue angle of 2.65º 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 #D86C67 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 103 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.15 |
| HSL | 2.65º | 0.59% | 0.63% | - |
| HSV(B) | 2.65º | 0.52% | 0.85% | - |
| XYZ | 36.13 | 26.3 | 16 | - |
| YUV | 139.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 103 | 0 | 0.50 | 0.52 | 0.15 | 2.65 | 0.59 | 0.63 |
| Hex | D8 | 6C | 67 | 0 | 32 | 34 | F | 3 | 3B | 3F |
| Octal | 330 | 154 | 147 | 0 | 62 | 64 | 17 | 3 | 73 | 77 |
| Binary | 11011000 | 1101100 | 1100111 | 0 | 110010 | 110100 | 1111 | 11 | 111011 | 111111 |
Color Harmonies of #D86C67
Complementary color
Monochromatic Colors of #D86C67
Black with #D86C67
Text Example
Text Example
White with #D86C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C67; }
p { color: rgb(216,108,103); }
H1.HeaderClassName
{
color: #D86C67;
}
.AnyTagClassName
{
color: #D86C67;
}
</style>
background-color css
<style>
a { background-color: #D86C67; }
a { background-color: rgb(216,108,103); }
div.DivClassName
{
background-color: #D86C67;
}
.BgClassName
{
background-color: #D86C67;
}
</style>
border-color css
<style>
span { border-color: #D86C67; }
span { border-color: rgb(216,108,103); }
td.TdClassName
{
border-color: #D86C67;
}
.TagClassName
{
border-color: #D86C67;
}
</style>