Shades of Roman #D66759
Tints of Roman #D66759
RGB
CMYK
RGB Variations
Color information
#D66759 (or 0xD66759) is known color: Roman. HEX triplet: D6, 67 and 59. RGB value is (214,103,89). Sum of RGB (Red+Green+Blue) = 214+103+89=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D66759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66759 is #2998A6. Grayscale: #868686. Windows color (decimal): -2726055 or 5859286. OLE color: 5859286.
HSL color Cylindrical-coordinate representation of color #D66759: hue angle of 6.72º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D66759 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 89 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.16 |
| HSL | 6.72º | 0.6% | 0.59% | - |
| HSV(B) | 6.72º | 0.58% | 0.84% | - |
| XYZ | 34.38 | 24.72 | 12.41 | - |
| YUV | 134.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 89 | 0 | 0.52 | 0.58 | 0.16 | 6.72 | 0.6 | 0.59 |
| Hex | D6 | 67 | 59 | 0 | 34 | 3A | 10 | 7 | 3C | 3B |
| Octal | 326 | 147 | 131 | 0 | 64 | 72 | 20 | 7 | 74 | 73 |
| Binary | 11010110 | 1100111 | 1011001 | 0 | 110100 | 111010 | 10000 | 111 | 111100 | 111011 |
Color Harmonies of #D66759
Complementary color
Monochromatic Colors of #D66759
Black with #D66759
Text Example
Text Example
White with #D66759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66759; }
p { color: rgb(214,103,89); }
H1.HeaderClassName
{
color: #D66759;
}
.AnyTagClassName
{
color: #D66759;
}
</style>
background-color css
<style>
a { background-color: #D66759; }
a { background-color: rgb(214,103,89); }
div.DivClassName
{
background-color: #D66759;
}
.BgClassName
{
background-color: #D66759;
}
</style>
border-color css
<style>
span { border-color: #D66759; }
span { border-color: rgb(214,103,89); }
td.TdClassName
{
border-color: #D66759;
}
.TagClassName
{
border-color: #D66759;
}
</style>