Shades of Roman #D66658
Tints of Roman #D66658
RGB
CMYK
RGB Variations
Color information
#D66658 (or 0xD66658) is known color: Roman. HEX triplet: D6, 66 and 58. RGB value is (214,102,88). Sum of RGB (Red+Green+Blue) = 214+102+88=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D66658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66658 is #2999A7. Grayscale: #868686. Windows color (decimal): -2726312 or 5793494. OLE color: 5793494.
HSL color Cylindrical-coordinate representation of color #D66658: hue angle of 6.67º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D66658 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 88 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.16 |
| HSL | 6.67º | 0.61% | 0.59% | - |
| HSV(B) | 6.67º | 0.59% | 0.84% | - |
| XYZ | 34.24 | 24.5 | 12.16 | - |
| YUV | 133.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 88 | 0 | 0.52 | 0.59 | 0.16 | 6.67 | 0.61 | 0.59 |
| Hex | D6 | 66 | 58 | 0 | 34 | 3B | 10 | 7 | 3D | 3B |
| Octal | 326 | 146 | 130 | 0 | 64 | 73 | 20 | 7 | 75 | 73 |
| Binary | 11010110 | 1100110 | 1011000 | 0 | 110100 | 111011 | 10000 | 111 | 111101 | 111011 |
Color Harmonies of #D66658
Complementary color
Monochromatic Colors of #D66658
Black with #D66658
Text Example
Text Example
White with #D66658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66658; }
p { color: rgb(214,102,88); }
H1.HeaderClassName
{
color: #D66658;
}
.AnyTagClassName
{
color: #D66658;
}
</style>
background-color css
<style>
a { background-color: #D66658; }
a { background-color: rgb(214,102,88); }
div.DivClassName
{
background-color: #D66658;
}
.BgClassName
{
background-color: #D66658;
}
</style>
border-color css
<style>
span { border-color: #D66658; }
span { border-color: rgb(214,102,88); }
td.TdClassName
{
border-color: #D66658;
}
.TagClassName
{
border-color: #D66658;
}
</style>