Shades of Roman #D66459
Tints of Roman #D66459
RGB
CMYK
RGB Variations
Color information
#D66459 (or 0xD66459) is known color: Roman. HEX triplet: D6, 64 and 59. RGB value is (214,100,89). Sum of RGB (Red+Green+Blue) = 214+100+89=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D66459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66459 is #299BA6. Grayscale: #848484. Windows color (decimal): -2726823 or 5858518. OLE color: 5858518.
HSL color Cylindrical-coordinate representation of color #D66459: hue angle of 5.28º 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 #D66459 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 89 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.16 |
| HSL | 5.28º | 0.6% | 0.59% | - |
| HSV(B) | 5.28º | 0.58% | 0.84% | - |
| XYZ | 34.09 | 24.13 | 12.31 | - |
| YUV | 132.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 89 | 0 | 0.53 | 0.58 | 0.16 | 5.28 | 0.6 | 0.59 |
| Hex | D6 | 64 | 59 | 0 | 35 | 3A | 10 | 5 | 3C | 3B |
| Octal | 326 | 144 | 131 | 0 | 65 | 72 | 20 | 5 | 74 | 73 |
| Binary | 11010110 | 1100100 | 1011001 | 0 | 110101 | 111010 | 10000 | 101 | 111100 | 111011 |
Color Harmonies of #D66459
Complementary color
Monochromatic Colors of #D66459
Black with #D66459
Text Example
Text Example
White with #D66459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66459; }
p { color: rgb(214,100,89); }
H1.HeaderClassName
{
color: #D66459;
}
.AnyTagClassName
{
color: #D66459;
}
</style>
background-color css
<style>
a { background-color: #D66459; }
a { background-color: rgb(214,100,89); }
div.DivClassName
{
background-color: #D66459;
}
.BgClassName
{
background-color: #D66459;
}
</style>
border-color css
<style>
span { border-color: #D66459; }
span { border-color: rgb(214,100,89); }
td.TdClassName
{
border-color: #D66459;
}
.TagClassName
{
border-color: #D66459;
}
</style>