Shades of Roman #D66E61
Tints of Roman #D66E61
RGB
CMYK
RGB Variations
Color information
#D66E61 (or 0xD66E61) is known color: Roman. HEX triplet: D6, 6E and 61. RGB value is (214,110,97). Sum of RGB (Red+Green+Blue) = 214+110+97=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E61 is #29919E. Grayscale: #8B8B8B. Windows color (decimal): -2724255 or 6385366. OLE color: 6385366.
HSL color Cylindrical-coordinate representation of color #D66E61: hue angle of 6.67º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66E61 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 97 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.16 |
| HSL | 6.67º | 0.59% | 0.61% | - |
| HSV(B) | 6.67º | 0.55% | 0.84% | - |
| XYZ | 35.47 | 26.31 | 14.52 | - |
| YUV | 139.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 97 | 0 | 0.49 | 0.55 | 0.16 | 6.67 | 0.59 | 0.61 |
| Hex | D6 | 6E | 61 | 0 | 31 | 37 | 10 | 7 | 3B | 3D |
| Octal | 326 | 156 | 141 | 0 | 61 | 67 | 20 | 7 | 73 | 75 |
| Binary | 11010110 | 1101110 | 1100001 | 0 | 110001 | 110111 | 10000 | 111 | 111011 | 111101 |
Color Harmonies of #D66E61
Complementary color
Monochromatic Colors of #D66E61
Black with #D66E61
Text Example
Text Example
White with #D66E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E61; }
p { color: rgb(214,110,97); }
H1.HeaderClassName
{
color: #D66E61;
}
.AnyTagClassName
{
color: #D66E61;
}
</style>
background-color css
<style>
a { background-color: #D66E61; }
a { background-color: rgb(214,110,97); }
div.DivClassName
{
background-color: #D66E61;
}
.BgClassName
{
background-color: #D66E61;
}
</style>
border-color css
<style>
span { border-color: #D66E61; }
span { border-color: rgb(214,110,97); }
td.TdClassName
{
border-color: #D66E61;
}
.TagClassName
{
border-color: #D66E61;
}
</style>