Shades of Roman #D06562
Tints of Roman #D06562
RGB
CMYK
RGB Variations
Color information
#D06562 (or 0xD06562) is known color: Roman. HEX triplet: D0, 65 and 62. RGB value is (208,101,98). Sum of RGB (Red+Green+Blue) = 208+101+98=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D06562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06562 is #2F9A9D. Grayscale: #848484. Windows color (decimal): -3119774 or 6448592. OLE color: 6448592.
HSL color Cylindrical-coordinate representation of color #D06562: hue angle of 1.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06562 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 98 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.18 |
| HSL | 1.64º | 0.54% | 0.6% | - |
| HSV(B) | 1.64º | 0.53% | 0.82% | - |
| XYZ | 32.87 | 23.6 | 14.38 | - |
| YUV | 132.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 98 | 0 | 0.51 | 0.53 | 0.18 | 1.64 | 0.54 | 0.6 |
| Hex | D0 | 65 | 62 | 0 | 33 | 35 | 12 | 2 | 36 | 3C |
| Octal | 320 | 145 | 142 | 0 | 63 | 65 | 22 | 2 | 66 | 74 |
| Binary | 11010000 | 1100101 | 1100010 | 0 | 110011 | 110101 | 10010 | 10 | 110110 | 111100 |
Color Harmonies of #D06562
Complementary color
Monochromatic Colors of #D06562
Black with #D06562
Text Example
Text Example
White with #D06562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06562; }
p { color: rgb(208,101,98); }
H1.HeaderClassName
{
color: #D06562;
}
.AnyTagClassName
{
color: #D06562;
}
</style>
background-color css
<style>
a { background-color: #D06562; }
a { background-color: rgb(208,101,98); }
div.DivClassName
{
background-color: #D06562;
}
.BgClassName
{
background-color: #D06562;
}
</style>
border-color css
<style>
span { border-color: #D06562; }
span { border-color: rgb(208,101,98); }
td.TdClassName
{
border-color: #D06562;
}
.TagClassName
{
border-color: #D06562;
}
</style>