Shades of Roman #D66256
Tints of Roman #D66256
RGB
CMYK
RGB Variations
Color information
#D66256 (or 0xD66256) is known color: Roman. HEX triplet: D6, 62 and 56. RGB value is (214,98,86). Sum of RGB (Red+Green+Blue) = 214+98+86=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D66256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66256 is #299DA9. Grayscale: #838383. Windows color (decimal): -2727338 or 5661398. OLE color: 5661398.
HSL color Cylindrical-coordinate representation of color #D66256: hue angle of 5.62º 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 #D66256 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 86 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.16 |
| HSL | 5.63º | 0.61% | 0.59% | - |
| HSV(B) | 5.63º | 0.6% | 0.84% | - |
| XYZ | 33.78 | 23.7 | 11.6 | - |
| YUV | 131.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 86 | 0 | 0.54 | 0.60 | 0.16 | 5.63 | 0.61 | 0.59 |
| Hex | D6 | 62 | 56 | 0 | 36 | 3C | 10 | 6 | 3D | 3B |
| Octal | 326 | 142 | 126 | 0 | 66 | 74 | 20 | 6 | 75 | 73 |
| Binary | 11010110 | 1100010 | 1010110 | 0 | 110110 | 111100 | 10000 | 110 | 111101 | 111011 |
Color Harmonies of #D66256
Complementary color
Monochromatic Colors of #D66256
Black with #D66256
Text Example
Text Example
White with #D66256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66256; }
p { color: rgb(214,98,86); }
H1.HeaderClassName
{
color: #D66256;
}
.AnyTagClassName
{
color: #D66256;
}
</style>
background-color css
<style>
a { background-color: #D66256; }
a { background-color: rgb(214,98,86); }
div.DivClassName
{
background-color: #D66256;
}
.BgClassName
{
background-color: #D66256;
}
</style>
border-color css
<style>
span { border-color: #D66256; }
span { border-color: rgb(214,98,86); }
td.TdClassName
{
border-color: #D66256;
}
.TagClassName
{
border-color: #D66256;
}
</style>