Shades of Roman #D66F6B
Tints of Roman #D66F6B
RGB
CMYK
RGB Variations
Color information
#D66F6B (or 0xD66F6B) is known color: Roman. HEX triplet: D6, 6F and 6B. RGB value is (214,111,107). Sum of RGB (Red+Green+Blue) = 214+111+107=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F6B is #299094. Grayscale: #8D8D8D. Windows color (decimal): -2723989 or 7040982. OLE color: 7040982.
HSL color Cylindrical-coordinate representation of color #D66F6B: hue angle of 2.24º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66F6B is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 107 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.16 |
| HSL | 2.24º | 0.57% | 0.63% | - |
| HSV(B) | 2.24º | 0.5% | 0.84% | - |
| XYZ | 36.07 | 26.73 | 17.17 | - |
| YUV | 141.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 107 | 0 | 0.48 | 0.50 | 0.16 | 2.24 | 0.57 | 0.63 |
| Hex | D6 | 6F | 6B | 0 | 30 | 32 | 10 | 2 | 39 | 3F |
| Octal | 326 | 157 | 153 | 0 | 60 | 62 | 20 | 2 | 71 | 77 |
| Binary | 11010110 | 1101111 | 1101011 | 0 | 110000 | 110010 | 10000 | 10 | 111001 | 111111 |
Color Harmonies of #D66F6B
Complementary color
Monochromatic Colors of #D66F6B
Black with #D66F6B
Text Example
Text Example
White with #D66F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66F6B; }
p { color: rgb(214,111,107); }
H1.HeaderClassName
{
color: #D66F6B;
}
.AnyTagClassName
{
color: #D66F6B;
}
</style>
background-color css
<style>
a { background-color: #D66F6B; }
a { background-color: rgb(214,111,107); }
div.DivClassName
{
background-color: #D66F6B;
}
.BgClassName
{
background-color: #D66F6B;
}
</style>
border-color css
<style>
span { border-color: #D66F6B; }
span { border-color: rgb(214,111,107); }
td.TdClassName
{
border-color: #D66F6B;
}
.TagClassName
{
border-color: #D66F6B;
}
</style>