Shades of Roman #D66C5E
Tints of Roman #D66C5E
RGB
CMYK
RGB Variations
Color information
#D66C5E (or 0xD66C5E) is known color: Roman. HEX triplet: D6, 6C and 5E. RGB value is (214,108,94). Sum of RGB (Red+Green+Blue) = 214+108+94=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C5E is #2993A1. Grayscale: #8A8A8A. Windows color (decimal): -2724770 or 6188246. OLE color: 6188246.
HSL color Cylindrical-coordinate representation of color #D66C5E: hue angle of 7º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D66C5E is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 94 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.16 |
| HSL | 7º | 0.59% | 0.6% | - |
| HSV(B) | 7º | 0.56% | 0.84% | - |
| XYZ | 35.11 | 25.83 | 13.72 | - |
| YUV | 138.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 94 | 0 | 0.50 | 0.56 | 0.16 | 7 | 0.59 | 0.6 |
| Hex | D6 | 6C | 5E | 0 | 32 | 38 | 10 | 7 | 3B | 3C |
| Octal | 326 | 154 | 136 | 0 | 62 | 70 | 20 | 7 | 73 | 74 |
| Binary | 11010110 | 1101100 | 1011110 | 0 | 110010 | 111000 | 10000 | 111 | 111011 | 111100 |
Color Harmonies of #D66C5E
Complementary color
Monochromatic Colors of #D66C5E
Black with #D66C5E
Text Example
Text Example
White with #D66C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C5E; }
p { color: rgb(214,108,94); }
H1.HeaderClassName
{
color: #D66C5E;
}
.AnyTagClassName
{
color: #D66C5E;
}
</style>
background-color css
<style>
a { background-color: #D66C5E; }
a { background-color: rgb(214,108,94); }
div.DivClassName
{
background-color: #D66C5E;
}
.BgClassName
{
background-color: #D66C5E;
}
</style>
border-color css
<style>
span { border-color: #D66C5E; }
span { border-color: rgb(214,108,94); }
td.TdClassName
{
border-color: #D66C5E;
}
.TagClassName
{
border-color: #D66C5E;
}
</style>