Shades of Roman #D8685B
Tints of Roman #D8685B
RGB
CMYK
RGB Variations
Color information
#D8685B (or 0xD8685B) is known color: Roman. HEX triplet: D8, 68 and 5B. RGB value is (216,104,91). Sum of RGB (Red+Green+Blue) = 216+104+91=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8685B is #2797A4. Grayscale: #888888. Windows color (decimal): -2594725 or 5990616. OLE color: 5990616.
HSL color Cylindrical-coordinate representation of color #D8685B: hue angle of 6.24º 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 #D8685B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 91 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.15 |
| HSL | 6.24º | 0.62% | 0.6% | - |
| HSV(B) | 6.24º | 0.58% | 0.85% | - |
| XYZ | 35.16 | 25.25 | 12.92 | - |
| YUV | 136.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 91 | 0 | 0.52 | 0.58 | 0.15 | 6.24 | 0.62 | 0.6 |
| Hex | D8 | 68 | 5B | 0 | 34 | 3A | F | 6 | 3E | 3C |
| Octal | 330 | 150 | 133 | 0 | 64 | 72 | 17 | 6 | 76 | 74 |
| Binary | 11011000 | 1101000 | 1011011 | 0 | 110100 | 111010 | 1111 | 110 | 111110 | 111100 |
Color Harmonies of #D8685B
Complementary color
Monochromatic Colors of #D8685B
Black with #D8685B
Text Example
Text Example
White with #D8685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8685B; }
p { color: rgb(216,104,91); }
H1.HeaderClassName
{
color: #D8685B;
}
.AnyTagClassName
{
color: #D8685B;
}
</style>
background-color css
<style>
a { background-color: #D8685B; }
a { background-color: rgb(216,104,91); }
div.DivClassName
{
background-color: #D8685B;
}
.BgClassName
{
background-color: #D8685B;
}
</style>
border-color css
<style>
span { border-color: #D8685B; }
span { border-color: rgb(216,104,91); }
td.TdClassName
{
border-color: #D8685B;
}
.TagClassName
{
border-color: #D8685B;
}
</style>