Shades of Roman #D66655
Tints of Roman #D66655
RGB
CMYK
RGB Variations
Color information
#D66655 (or 0xD66655) is known color: Roman. HEX triplet: D6, 66 and 55. RGB value is (214,102,85). Sum of RGB (Red+Green+Blue) = 214+102+85=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D66655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66655 is #2999AA. Grayscale: #858585. Windows color (decimal): -2726315 or 5596886. OLE color: 5596886.
HSL color Cylindrical-coordinate representation of color #D66655: hue angle of 7.91º 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 #D66655 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 85 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.16 |
| HSL | 7.91º | 0.61% | 0.59% | - |
| HSV(B) | 7.91º | 0.6% | 0.84% | - |
| XYZ | 34.12 | 24.45 | 11.52 | - |
| YUV | 133.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 85 | 0 | 0.52 | 0.60 | 0.16 | 7.91 | 0.61 | 0.59 |
| Hex | D6 | 66 | 55 | 0 | 34 | 3C | 10 | 8 | 3D | 3B |
| Octal | 326 | 146 | 125 | 0 | 64 | 74 | 20 | 10 | 75 | 73 |
| Binary | 11010110 | 1100110 | 1010101 | 0 | 110100 | 111100 | 10000 | 1000 | 111101 | 111011 |
Color Harmonies of #D66655
Complementary color
Monochromatic Colors of #D66655
Black with #D66655
Text Example
Text Example
White with #D66655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66655; }
p { color: rgb(214,102,85); }
H1.HeaderClassName
{
color: #D66655;
}
.AnyTagClassName
{
color: #D66655;
}
</style>
background-color css
<style>
a { background-color: #D66655; }
a { background-color: rgb(214,102,85); }
div.DivClassName
{
background-color: #D66655;
}
.BgClassName
{
background-color: #D66655;
}
</style>
border-color css
<style>
span { border-color: #D66655; }
span { border-color: rgb(214,102,85); }
td.TdClassName
{
border-color: #D66655;
}
.TagClassName
{
border-color: #D66655;
}
</style>