Shades of Roman #D06867
Tints of Roman #D06867
RGB
CMYK
RGB Variations
Color information
#D06867 (or 0xD06867) is known color: Roman. HEX triplet: D0, 68 and 67. RGB value is (208,104,103). Sum of RGB (Red+Green+Blue) = 208+104+103=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D06867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06867 is #2F9798. Grayscale: #878787. Windows color (decimal): -3119001 or 6777040. OLE color: 6777040.
HSL color Cylindrical-coordinate representation of color #D06867: hue angle of 0.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06867 is Cyan = 0, Magento = 0.5, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 103 | - |
| CMYK | 0 | 0.5 | 0.50 | 0.18 |
| HSL | 0.57º | 0.53% | 0.61% | - |
| HSV(B) | 0.57º | 0.5% | 0.82% | - |
| XYZ | 33.41 | 24.29 | 15.76 | - |
| YUV | 134.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 103 | 0 | 0.5 | 0.50 | 0.18 | 0.57 | 0.53 | 0.61 |
| Hex | D0 | 68 | 67 | 0 | 32 | 32 | 12 | 1 | 35 | 3D |
| Octal | 320 | 150 | 147 | 0 | 62 | 62 | 22 | 1 | 65 | 75 |
| Binary | 11010000 | 1101000 | 1100111 | 0 | 110010 | 110010 | 10010 | 1 | 110101 | 111101 |
Color Harmonies of #D06867
Complementary color
Monochromatic Colors of #D06867
Black with #D06867
Text Example
Text Example
White with #D06867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06867; }
p { color: rgb(208,104,103); }
H1.HeaderClassName
{
color: #D06867;
}
.AnyTagClassName
{
color: #D06867;
}
</style>
background-color css
<style>
a { background-color: #D06867; }
a { background-color: rgb(208,104,103); }
div.DivClassName
{
background-color: #D06867;
}
.BgClassName
{
background-color: #D06867;
}
</style>
border-color css
<style>
span { border-color: #D06867; }
span { border-color: rgb(208,104,103); }
td.TdClassName
{
border-color: #D06867;
}
.TagClassName
{
border-color: #D06867;
}
</style>