Shades of Roman #D06764
Tints of Roman #D06764
RGB
CMYK
RGB Variations
Color information
#D06764 (or 0xD06764) is known color: Roman. HEX triplet: D0, 67 and 64. RGB value is (208,103,100). Sum of RGB (Red+Green+Blue) = 208+103+100=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D06764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06764 is #2F989B. Grayscale: #868686. Windows color (decimal): -3119260 or 6580176. OLE color: 6580176.
HSL color Cylindrical-coordinate representation of color #D06764: hue angle of 1.67º degrees, saturation: 0.53, 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 #D06764 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 100 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.18 |
| HSL | 1.67º | 0.53% | 0.6% | - |
| HSV(B) | 1.67º | 0.52% | 0.82% | - |
| XYZ | 33.16 | 24.03 | 14.95 | - |
| YUV | 134.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 100 | 0 | 0.50 | 0.52 | 0.18 | 1.67 | 0.53 | 0.6 |
| Hex | D0 | 67 | 64 | 0 | 32 | 34 | 12 | 2 | 35 | 3C |
| Octal | 320 | 147 | 144 | 0 | 62 | 64 | 22 | 2 | 65 | 74 |
| Binary | 11010000 | 1100111 | 1100100 | 0 | 110010 | 110100 | 10010 | 10 | 110101 | 111100 |
Color Harmonies of #D06764
Complementary color
Monochromatic Colors of #D06764
Black with #D06764
Text Example
Text Example
White with #D06764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06764; }
p { color: rgb(208,103,100); }
H1.HeaderClassName
{
color: #D06764;
}
.AnyTagClassName
{
color: #D06764;
}
</style>
background-color css
<style>
a { background-color: #D06764; }
a { background-color: rgb(208,103,100); }
div.DivClassName
{
background-color: #D06764;
}
.BgClassName
{
background-color: #D06764;
}
</style>
border-color css
<style>
span { border-color: #D06764; }
span { border-color: rgb(208,103,100); }
td.TdClassName
{
border-color: #D06764;
}
.TagClassName
{
border-color: #D06764;
}
</style>