Shades of Roman #D8685C
Tints of Roman #D8685C
RGB
CMYK
RGB Variations
Color information
#D8685C (or 0xD8685C) is known color: Roman. HEX triplet: D8, 68 and 5C. RGB value is (216,104,92). Sum of RGB (Red+Green+Blue) = 216+104+92=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8685C is #2797A3. Grayscale: #888888. Windows color (decimal): -2594724 or 6056152. OLE color: 6056152.
HSL color Cylindrical-coordinate representation of color #D8685C: hue angle of 5.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8685C is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 92 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.15 |
| HSL | 5.81º | 0.61% | 0.6% | - |
| HSV(B) | 5.81º | 0.57% | 0.85% | - |
| XYZ | 35.2 | 25.27 | 13.15 | - |
| YUV | 136.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 92 | 0 | 0.52 | 0.57 | 0.15 | 5.81 | 0.61 | 0.6 |
| Hex | D8 | 68 | 5C | 0 | 34 | 39 | F | 6 | 3D | 3C |
| Octal | 330 | 150 | 134 | 0 | 64 | 71 | 17 | 6 | 75 | 74 |
| Binary | 11011000 | 1101000 | 1011100 | 0 | 110100 | 111001 | 1111 | 110 | 111101 | 111100 |
Color Harmonies of #D8685C
Complementary color
Monochromatic Colors of #D8685C
Black with #D8685C
Text Example
Text Example
White with #D8685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8685C; }
p { color: rgb(216,104,92); }
H1.HeaderClassName
{
color: #D8685C;
}
.AnyTagClassName
{
color: #D8685C;
}
</style>
background-color css
<style>
a { background-color: #D8685C; }
a { background-color: rgb(216,104,92); }
div.DivClassName
{
background-color: #D8685C;
}
.BgClassName
{
background-color: #D8685C;
}
</style>
border-color css
<style>
span { border-color: #D8685C; }
span { border-color: rgb(216,104,92); }
td.TdClassName
{
border-color: #D8685C;
}
.TagClassName
{
border-color: #D8685C;
}
</style>