Shades of Roman #D66959
Tints of Roman #D66959
RGB
CMYK
RGB Variations
Color information
#D66959 (or 0xD66959) is known color: Roman. HEX triplet: D6, 69 and 59. RGB value is (214,105,89). Sum of RGB (Red+Green+Blue) = 214+105+89=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D66959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66959 is #2996A6. Grayscale: #878787. Windows color (decimal): -2725543 or 5859798. OLE color: 5859798.
HSL color Cylindrical-coordinate representation of color #D66959: hue angle of 7.68º 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 #D66959 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 89 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.16 |
| HSL | 7.68º | 0.6% | 0.59% | - |
| HSV(B) | 7.68º | 0.58% | 0.84% | - |
| XYZ | 34.59 | 25.12 | 12.48 | - |
| YUV | 135.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 89 | 0 | 0.51 | 0.58 | 0.16 | 7.68 | 0.6 | 0.59 |
| Hex | D6 | 69 | 59 | 0 | 33 | 3A | 10 | 8 | 3C | 3B |
| Octal | 326 | 151 | 131 | 0 | 63 | 72 | 20 | 10 | 74 | 73 |
| Binary | 11010110 | 1101001 | 1011001 | 0 | 110011 | 111010 | 10000 | 1000 | 111100 | 111011 |
Color Harmonies of #D66959
Complementary color
Monochromatic Colors of #D66959
Black with #D66959
Text Example
Text Example
White with #D66959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66959; }
p { color: rgb(214,105,89); }
H1.HeaderClassName
{
color: #D66959;
}
.AnyTagClassName
{
color: #D66959;
}
</style>
background-color css
<style>
a { background-color: #D66959; }
a { background-color: rgb(214,105,89); }
div.DivClassName
{
background-color: #D66959;
}
.BgClassName
{
background-color: #D66959;
}
</style>
border-color css
<style>
span { border-color: #D66959; }
span { border-color: rgb(214,105,89); }
td.TdClassName
{
border-color: #D66959;
}
.TagClassName
{
border-color: #D66959;
}
</style>