Shades of Roman #D66053
Tints of Roman #D66053
RGB
CMYK
RGB Variations
Color information
#D66053 (or 0xD66053) is known color: Roman. HEX triplet: D6, 60 and 53. RGB value is (214,96,83). Sum of RGB (Red+Green+Blue) = 214+96+83=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D66053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66053 is #299FAC. Grayscale: #818181. Windows color (decimal): -2727853 or 5464278. OLE color: 5464278.
HSL color Cylindrical-coordinate representation of color #D66053: hue angle of 5.95º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D66053 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 83 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.16 |
| HSL | 5.95º | 0.62% | 0.58% | - |
| HSV(B) | 5.95º | 0.61% | 0.84% | - |
| XYZ | 33.48 | 23.29 | 10.91 | - |
| YUV | 129.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 83 | 0 | 0.55 | 0.61 | 0.16 | 5.95 | 0.62 | 0.58 |
| Hex | D6 | 60 | 53 | 0 | 37 | 3D | 10 | 6 | 3E | 3A |
| Octal | 326 | 140 | 123 | 0 | 67 | 75 | 20 | 6 | 76 | 72 |
| Binary | 11010110 | 1100000 | 1010011 | 0 | 110111 | 111101 | 10000 | 110 | 111110 | 111010 |
Color Harmonies of #D66053
Complementary color
Monochromatic Colors of #D66053
Black with #D66053
Text Example
Text Example
White with #D66053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66053; }
p { color: rgb(214,96,83); }
H1.HeaderClassName
{
color: #D66053;
}
.AnyTagClassName
{
color: #D66053;
}
</style>
background-color css
<style>
a { background-color: #D66053; }
a { background-color: rgb(214,96,83); }
div.DivClassName
{
background-color: #D66053;
}
.BgClassName
{
background-color: #D66053;
}
</style>
border-color css
<style>
span { border-color: #D66053; }
span { border-color: rgb(214,96,83); }
td.TdClassName
{
border-color: #D66053;
}
.TagClassName
{
border-color: #D66053;
}
</style>