Shades of Roman #D86B6A
Tints of Roman #D86B6A
RGB
CMYK
RGB Variations
Color information
#D86B6A (or 0xD86B6A) is known color: Roman. HEX triplet: D8, 6B and 6A. RGB value is (216,107,106). Sum of RGB (Red+Green+Blue) = 216+107+106=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B6A is #279495. Grayscale: #8B8B8B. Windows color (decimal): -2593942 or 6974424. OLE color: 6974424.
HSL color Cylindrical-coordinate representation of color #D86B6A: hue angle of 0.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86B6A is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 106 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.15 |
| HSL | 0.55º | 0.59% | 0.63% | - |
| HSV(B) | 0.55º | 0.51% | 0.85% | - |
| XYZ | 36.18 | 26.15 | 16.78 | - |
| YUV | 139.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 106 | 0 | 0.50 | 0.51 | 0.15 | 0.55 | 0.59 | 0.63 |
| Hex | D8 | 6B | 6A | 0 | 32 | 33 | F | 1 | 3B | 3F |
| Octal | 330 | 153 | 152 | 0 | 62 | 63 | 17 | 1 | 73 | 77 |
| Binary | 11011000 | 1101011 | 1101010 | 0 | 110010 | 110011 | 1111 | 1 | 111011 | 111111 |
Color Harmonies of #D86B6A
Complementary color
Monochromatic Colors of #D86B6A
Black with #D86B6A
Text Example
Text Example
White with #D86B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B6A; }
p { color: rgb(216,107,106); }
H1.HeaderClassName
{
color: #D86B6A;
}
.AnyTagClassName
{
color: #D86B6A;
}
</style>
background-color css
<style>
a { background-color: #D86B6A; }
a { background-color: rgb(216,107,106); }
div.DivClassName
{
background-color: #D86B6A;
}
.BgClassName
{
background-color: #D86B6A;
}
</style>
border-color css
<style>
span { border-color: #D86B6A; }
span { border-color: rgb(216,107,106); }
td.TdClassName
{
border-color: #D86B6A;
}
.TagClassName
{
border-color: #D86B6A;
}
</style>