Shades of Roman #D86B5B
Tints of Roman #D86B5B
RGB
CMYK
RGB Variations
Color information
#D86B5B (or 0xD86B5B) is known color: Roman. HEX triplet: D8, 6B and 5B. RGB value is (216,107,91). Sum of RGB (Red+Green+Blue) = 216+107+91=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B5B is #2794A4. Grayscale: #898989. Windows color (decimal): -2593957 or 5991384. OLE color: 5991384.
HSL color Cylindrical-coordinate representation of color #D86B5B: hue angle of 7.68º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D86B5B is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 91 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.15 |
| HSL | 7.68º | 0.62% | 0.6% | - |
| HSV(B) | 7.68º | 0.58% | 0.85% | - |
| XYZ | 35.46 | 25.87 | 13.02 | - |
| YUV | 137.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 91 | 0 | 0.50 | 0.58 | 0.15 | 7.68 | 0.62 | 0.6 |
| Hex | D8 | 6B | 5B | 0 | 32 | 3A | F | 8 | 3E | 3C |
| Octal | 330 | 153 | 133 | 0 | 62 | 72 | 17 | 10 | 76 | 74 |
| Binary | 11011000 | 1101011 | 1011011 | 0 | 110010 | 111010 | 1111 | 1000 | 111110 | 111100 |
Color Harmonies of #D86B5B
Complementary color
Monochromatic Colors of #D86B5B
Black with #D86B5B
Text Example
Text Example
White with #D86B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B5B; }
p { color: rgb(216,107,91); }
H1.HeaderClassName
{
color: #D86B5B;
}
.AnyTagClassName
{
color: #D86B5B;
}
</style>
background-color css
<style>
a { background-color: #D86B5B; }
a { background-color: rgb(216,107,91); }
div.DivClassName
{
background-color: #D86B5B;
}
.BgClassName
{
background-color: #D86B5B;
}
</style>
border-color css
<style>
span { border-color: #D86B5B; }
span { border-color: rgb(216,107,91); }
td.TdClassName
{
border-color: #D86B5B;
}
.TagClassName
{
border-color: #D86B5B;
}
</style>