Shades of Roman #D86B5A
Tints of Roman #D86B5A
RGB
CMYK
RGB Variations
Color information
#D86B5A (or 0xD86B5A) is known color: Roman. HEX triplet: D8, 6B and 5A. RGB value is (216,107,90). Sum of RGB (Red+Green+Blue) = 216+107+90=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B5A is #2794A5. Grayscale: #898989. Windows color (decimal): -2593958 or 5925848. OLE color: 5925848.
HSL color Cylindrical-coordinate representation of color #D86B5A: hue angle of 8.1º 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 #D86B5A is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 90 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.15 |
| HSL | 8.1º | 0.62% | 0.6% | - |
| HSV(B) | 8.1º | 0.58% | 0.85% | - |
| XYZ | 35.42 | 25.85 | 12.8 | - |
| YUV | 137.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 90 | 0 | 0.50 | 0.58 | 0.15 | 8.1 | 0.62 | 0.6 |
| Hex | D8 | 6B | 5A | 0 | 32 | 3A | F | 8 | 3E | 3C |
| Octal | 330 | 153 | 132 | 0 | 62 | 72 | 17 | 10 | 76 | 74 |
| Binary | 11011000 | 1101011 | 1011010 | 0 | 110010 | 111010 | 1111 | 1000 | 111110 | 111100 |
Color Harmonies of #D86B5A
Complementary color
Monochromatic Colors of #D86B5A
Black with #D86B5A
Text Example
Text Example
White with #D86B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B5A; }
p { color: rgb(216,107,90); }
H1.HeaderClassName
{
color: #D86B5A;
}
.AnyTagClassName
{
color: #D86B5A;
}
</style>
background-color css
<style>
a { background-color: #D86B5A; }
a { background-color: rgb(216,107,90); }
div.DivClassName
{
background-color: #D86B5A;
}
.BgClassName
{
background-color: #D86B5A;
}
</style>
border-color css
<style>
span { border-color: #D86B5A; }
span { border-color: rgb(216,107,90); }
td.TdClassName
{
border-color: #D86B5A;
}
.TagClassName
{
border-color: #D86B5A;
}
</style>