Shades of Roman #D86D6D
Tints of Roman #D86D6D
RGB
CMYK
RGB Variations
Color information
#D86D6D (or 0xD86D6D) is known color: Roman. HEX triplet: D8, 6D and 6D. RGB value is (216,109,109). Sum of RGB (Red+Green+Blue) = 216+109+109=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D6D is #279292. Grayscale: #8D8D8D. Windows color (decimal): -2593427 or 7171544. OLE color: 7171544.
HSL color Cylindrical-coordinate representation of color #D86D6D: hue angle of 0º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86D6D is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 109 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.15 |
| HSL | 0º | 0.58% | 0.64% | - |
| HSV(B) | 0º | 0.5% | 0.85% | - |
| XYZ | 36.55 | 26.64 | 17.68 | - |
| YUV | 140.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 109 | 0 | 0.50 | 0.50 | 0.15 | 0 | 0.58 | 0.64 |
| Hex | D8 | 6D | 6D | 0 | 32 | 32 | F | 0 | 3A | 40 |
| Octal | 330 | 155 | 155 | 0 | 62 | 62 | 17 | 0 | 72 | 100 |
| Binary | 11011000 | 1101101 | 1101101 | 0 | 110010 | 110010 | 1111 | 0 | 111010 | 1000000 |
Color Harmonies of #D86D6D
Complementary color
Monochromatic Colors of #D86D6D
Black with #D86D6D
Text Example
Text Example
White with #D86D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D6D; }
p { color: rgb(216,109,109); }
H1.HeaderClassName
{
color: #D86D6D;
}
.AnyTagClassName
{
color: #D86D6D;
}
</style>
background-color css
<style>
a { background-color: #D86D6D; }
a { background-color: rgb(216,109,109); }
div.DivClassName
{
background-color: #D86D6D;
}
.BgClassName
{
background-color: #D86D6D;
}
</style>
border-color css
<style>
span { border-color: #D86D6D; }
span { border-color: rgb(216,109,109); }
td.TdClassName
{
border-color: #D86D6D;
}
.TagClassName
{
border-color: #D86D6D;
}
</style>