Shades of Roman #D86957
Tints of Roman #D86957
RGB
CMYK
RGB Variations
Color information
#D86957 (or 0xD86957) is known color: Roman. HEX triplet: D8, 69 and 57. RGB value is (216,105,87). Sum of RGB (Red+Green+Blue) = 216+105+87=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D86957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86957 is #2796A8. Grayscale: #888888. Windows color (decimal): -2594473 or 5728728. OLE color: 5728728.
HSL color Cylindrical-coordinate representation of color #D86957: hue angle of 8.37º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D86957 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 87 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.15 |
| HSL | 8.37º | 0.62% | 0.59% | - |
| HSV(B) | 8.37º | 0.6% | 0.85% | - |
| XYZ | 35.09 | 25.39 | 12.07 | - |
| YUV | 136.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 87 | 0 | 0.51 | 0.60 | 0.15 | 8.37 | 0.62 | 0.59 |
| Hex | D8 | 69 | 57 | 0 | 33 | 3C | F | 8 | 3E | 3B |
| Octal | 330 | 151 | 127 | 0 | 63 | 74 | 17 | 10 | 76 | 73 |
| Binary | 11011000 | 1101001 | 1010111 | 0 | 110011 | 111100 | 1111 | 1000 | 111110 | 111011 |
Color Harmonies of #D86957
Complementary color
Monochromatic Colors of #D86957
Black with #D86957
Text Example
Text Example
White with #D86957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86957; }
p { color: rgb(216,105,87); }
H1.HeaderClassName
{
color: #D86957;
}
.AnyTagClassName
{
color: #D86957;
}
</style>
background-color css
<style>
a { background-color: #D86957; }
a { background-color: rgb(216,105,87); }
div.DivClassName
{
background-color: #D86957;
}
.BgClassName
{
background-color: #D86957;
}
</style>
border-color css
<style>
span { border-color: #D86957; }
span { border-color: rgb(216,105,87); }
td.TdClassName
{
border-color: #D86957;
}
.TagClassName
{
border-color: #D86957;
}
</style>