Shades of Roman #D06863
Tints of Roman #D06863
RGB
CMYK
RGB Variations
Color information
#D06863 (or 0xD06863) is known color: Roman. HEX triplet: D0, 68 and 63. RGB value is (208,104,99). Sum of RGB (Red+Green+Blue) = 208+104+99=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D06863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06863 is #2F979C. Grayscale: #868686. Windows color (decimal): -3119005 or 6514896. OLE color: 6514896.
HSL color Cylindrical-coordinate representation of color #D06863: hue angle of 2.75º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06863 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 99 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.18 |
| HSL | 2.75º | 0.54% | 0.6% | - |
| HSV(B) | 2.75º | 0.52% | 0.82% | - |
| XYZ | 33.21 | 24.21 | 14.73 | - |
| YUV | 134.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 99 | 0 | 0.5 | 0.52 | 0.18 | 2.75 | 0.54 | 0.6 |
| Hex | D0 | 68 | 63 | 0 | 32 | 34 | 12 | 3 | 36 | 3C |
| Octal | 320 | 150 | 143 | 0 | 62 | 64 | 22 | 3 | 66 | 74 |
| Binary | 11010000 | 1101000 | 1100011 | 0 | 110010 | 110100 | 10010 | 11 | 110110 | 111100 |
Color Harmonies of #D06863
Complementary color
Monochromatic Colors of #D06863
Black with #D06863
Text Example
Text Example
White with #D06863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06863; }
p { color: rgb(208,104,99); }
H1.HeaderClassName
{
color: #D06863;
}
.AnyTagClassName
{
color: #D06863;
}
</style>
background-color css
<style>
a { background-color: #D06863; }
a { background-color: rgb(208,104,99); }
div.DivClassName
{
background-color: #D06863;
}
.BgClassName
{
background-color: #D06863;
}
</style>
border-color css
<style>
span { border-color: #D06863; }
span { border-color: rgb(208,104,99); }
td.TdClassName
{
border-color: #D06863;
}
.TagClassName
{
border-color: #D06863;
}
</style>