Shades of Roman #D66D63
Tints of Roman #D66D63
RGB
CMYK
RGB Variations
Color information
#D66D63 (or 0xD66D63) is known color: Roman. HEX triplet: D6, 6D and 63. RGB value is (214,109,99). Sum of RGB (Red+Green+Blue) = 214+109+99=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D63 is #29929C. Grayscale: #8B8B8B. Windows color (decimal): -2724509 or 6516182. OLE color: 6516182.
HSL color Cylindrical-coordinate representation of color #D66D63: hue angle of 5.22º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66D63 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 99 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.16 |
| HSL | 5.22º | 0.58% | 0.61% | - |
| HSV(B) | 5.22º | 0.54% | 0.84% | - |
| XYZ | 35.45 | 26.13 | 14.98 | - |
| YUV | 139.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 99 | 0 | 0.49 | 0.54 | 0.16 | 5.22 | 0.58 | 0.61 |
| Hex | D6 | 6D | 63 | 0 | 31 | 36 | 10 | 5 | 3A | 3D |
| Octal | 326 | 155 | 143 | 0 | 61 | 66 | 20 | 5 | 72 | 75 |
| Binary | 11010110 | 1101101 | 1100011 | 0 | 110001 | 110110 | 10000 | 101 | 111010 | 111101 |
Color Harmonies of #D66D63
Complementary color
Monochromatic Colors of #D66D63
Black with #D66D63
Text Example
Text Example
White with #D66D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D63; }
p { color: rgb(214,109,99); }
H1.HeaderClassName
{
color: #D66D63;
}
.AnyTagClassName
{
color: #D66D63;
}
</style>
background-color css
<style>
a { background-color: #D66D63; }
a { background-color: rgb(214,109,99); }
div.DivClassName
{
background-color: #D66D63;
}
.BgClassName
{
background-color: #D66D63;
}
</style>
border-color css
<style>
span { border-color: #D66D63; }
span { border-color: rgb(214,109,99); }
td.TdClassName
{
border-color: #D66D63;
}
.TagClassName
{
border-color: #D66D63;
}
</style>