Shades of Roman #D66355
Tints of Roman #D66355
RGB
CMYK
RGB Variations
Color information
#D66355 (or 0xD66355) is known color: Roman. HEX triplet: D6, 63 and 55. RGB value is (214,99,85). Sum of RGB (Red+Green+Blue) = 214+99+85=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D66355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66355 is #299CAA. Grayscale: #838383. Windows color (decimal): -2727083 or 5596118. OLE color: 5596118.
HSL color Cylindrical-coordinate representation of color #D66355: hue angle of 6.51º 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 #D66355 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 85 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.16 |
| HSL | 6.51º | 0.61% | 0.59% | - |
| HSV(B) | 6.51º | 0.6% | 0.84% | - |
| XYZ | 33.83 | 23.88 | 11.42 | - |
| YUV | 131.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 85 | 0 | 0.54 | 0.60 | 0.16 | 6.51 | 0.61 | 0.59 |
| Hex | D6 | 63 | 55 | 0 | 36 | 3C | 10 | 7 | 3D | 3B |
| Octal | 326 | 143 | 125 | 0 | 66 | 74 | 20 | 7 | 75 | 73 |
| Binary | 11010110 | 1100011 | 1010101 | 0 | 110110 | 111100 | 10000 | 111 | 111101 | 111011 |
Color Harmonies of #D66355
Complementary color
Monochromatic Colors of #D66355
Black with #D66355
Text Example
Text Example
White with #D66355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66355; }
p { color: rgb(214,99,85); }
H1.HeaderClassName
{
color: #D66355;
}
.AnyTagClassName
{
color: #D66355;
}
</style>
background-color css
<style>
a { background-color: #D66355; }
a { background-color: rgb(214,99,85); }
div.DivClassName
{
background-color: #D66355;
}
.BgClassName
{
background-color: #D66355;
}
</style>
border-color css
<style>
span { border-color: #D66355; }
span { border-color: rgb(214,99,85); }
td.TdClassName
{
border-color: #D66355;
}
.TagClassName
{
border-color: #D66355;
}
</style>