Shades of Roman #D66356
Tints of Roman #D66356
RGB
CMYK
RGB Variations
Color information
#D66356 (or 0xD66356) is known color: Roman. HEX triplet: D6, 63 and 56. RGB value is (214,99,86). Sum of RGB (Red+Green+Blue) = 214+99+86=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D66356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66356 is #299CA9. Grayscale: #848484. Windows color (decimal): -2727082 or 5661654. OLE color: 5661654.
HSL color Cylindrical-coordinate representation of color #D66356: hue angle of 6.09º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D66356 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 86 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.16 |
| HSL | 6.09º | 0.61% | 0.59% | - |
| HSV(B) | 6.09º | 0.6% | 0.84% | - |
| XYZ | 33.87 | 23.89 | 11.63 | - |
| YUV | 131.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 86 | 0 | 0.54 | 0.60 | 0.16 | 6.09 | 0.61 | 0.59 |
| Hex | D6 | 63 | 56 | 0 | 36 | 3C | 10 | 6 | 3D | 3B |
| Octal | 326 | 143 | 126 | 0 | 66 | 74 | 20 | 6 | 75 | 73 |
| Binary | 11010110 | 1100011 | 1010110 | 0 | 110110 | 111100 | 10000 | 110 | 111101 | 111011 |
Color Harmonies of #D66356
Complementary color
Monochromatic Colors of #D66356
Black with #D66356
Text Example
Text Example
White with #D66356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66356; }
p { color: rgb(214,99,86); }
H1.HeaderClassName
{
color: #D66356;
}
.AnyTagClassName
{
color: #D66356;
}
</style>
background-color css
<style>
a { background-color: #D66356; }
a { background-color: rgb(214,99,86); }
div.DivClassName
{
background-color: #D66356;
}
.BgClassName
{
background-color: #D66356;
}
</style>
border-color css
<style>
span { border-color: #D66356; }
span { border-color: rgb(214,99,86); }
td.TdClassName
{
border-color: #D66356;
}
.TagClassName
{
border-color: #D66356;
}
</style>