Shades of Roman #D0685F
Tints of Roman #D0685F
RGB
CMYK
RGB Variations
Color information
#D0685F (or 0xD0685F) is known color: Roman. HEX triplet: D0, 68 and 5F. RGB value is (208,104,95). Sum of RGB (Red+Green+Blue) = 208+104+95=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0685F is #2F97A0. Grayscale: #868686. Windows color (decimal): -3119009 or 6252752. OLE color: 6252752.
HSL color Cylindrical-coordinate representation of color #D0685F: hue angle of 4.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0685F is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 95 | - |
| CMYK | 0 | 0.5 | 0.54 | 0.18 |
| HSL | 4.78º | 0.55% | 0.59% | - |
| HSV(B) | 4.78º | 0.54% | 0.82% | - |
| XYZ | 33.03 | 24.14 | 13.74 | - |
| YUV | 134.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 95 | 0 | 0.5 | 0.54 | 0.18 | 4.78 | 0.55 | 0.59 |
| Hex | D0 | 68 | 5F | 0 | 32 | 36 | 12 | 5 | 37 | 3B |
| Octal | 320 | 150 | 137 | 0 | 62 | 66 | 22 | 5 | 67 | 73 |
| Binary | 11010000 | 1101000 | 1011111 | 0 | 110010 | 110110 | 10010 | 101 | 110111 | 111011 |
Color Harmonies of #D0685F
Complementary color
Monochromatic Colors of #D0685F
Black with #D0685F
Text Example
Text Example
White with #D0685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0685F; }
p { color: rgb(208,104,95); }
H1.HeaderClassName
{
color: #D0685F;
}
.AnyTagClassName
{
color: #D0685F;
}
</style>
background-color css
<style>
a { background-color: #D0685F; }
a { background-color: rgb(208,104,95); }
div.DivClassName
{
background-color: #D0685F;
}
.BgClassName
{
background-color: #D0685F;
}
</style>
border-color css
<style>
span { border-color: #D0685F; }
span { border-color: rgb(208,104,95); }
td.TdClassName
{
border-color: #D0685F;
}
.TagClassName
{
border-color: #D0685F;
}
</style>