Shades of Roman #D66A64
Tints of Roman #D66A64
RGB
CMYK
RGB Variations
Color information
#D66A64 (or 0xD66A64) is known color: Roman. HEX triplet: D6, 6A and 64. RGB value is (214,106,100). Sum of RGB (Red+Green+Blue) = 214+106+100=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66A64 is #29959B. Grayscale: #898989. Windows color (decimal): -2725276 or 6580950. OLE color: 6580950.
HSL color Cylindrical-coordinate representation of color #D66A64: hue angle of 3.16º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66A64 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 100 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.16 |
| HSL | 3.16º | 0.58% | 0.62% | - |
| HSV(B) | 3.16º | 0.53% | 0.84% | - |
| XYZ | 35.19 | 25.52 | 15.13 | - |
| YUV | 137.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 100 | 0 | 0.50 | 0.53 | 0.16 | 3.16 | 0.58 | 0.62 |
| Hex | D6 | 6A | 64 | 0 | 32 | 35 | 10 | 3 | 3A | 3E |
| Octal | 326 | 152 | 144 | 0 | 62 | 65 | 20 | 3 | 72 | 76 |
| Binary | 11010110 | 1101010 | 1100100 | 0 | 110010 | 110101 | 10000 | 11 | 111010 | 111110 |
Color Harmonies of #D66A64
Complementary color
Monochromatic Colors of #D66A64
Black with #D66A64
Text Example
Text Example
White with #D66A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66A64; }
p { color: rgb(214,106,100); }
H1.HeaderClassName
{
color: #D66A64;
}
.AnyTagClassName
{
color: #D66A64;
}
</style>
background-color css
<style>
a { background-color: #D66A64; }
a { background-color: rgb(214,106,100); }
div.DivClassName
{
background-color: #D66A64;
}
.BgClassName
{
background-color: #D66A64;
}
</style>
border-color css
<style>
span { border-color: #D66A64; }
span { border-color: rgb(214,106,100); }
td.TdClassName
{
border-color: #D66A64;
}
.TagClassName
{
border-color: #D66A64;
}
</style>