Shades of Roman #D36663
Tints of Roman #D36663
RGB
CMYK
RGB Variations
Color information
#D36663 (or 0xD36663) is known color: Roman. HEX triplet: D3, 66 and 63. RGB value is (211,102,99). Sum of RGB (Red+Green+Blue) = 211+102+99=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D36663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36663 is #2C999C. Grayscale: #868686. Windows color (decimal): -2922909 or 6514387. OLE color: 6514387.
HSL color Cylindrical-coordinate representation of color #D36663: hue angle of 1.61º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36663 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 99 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.17 |
| HSL | 1.61º | 0.56% | 0.61% | - |
| HSV(B) | 1.61º | 0.53% | 0.83% | - |
| XYZ | 33.87 | 24.25 | 14.7 | - |
| YUV | 134.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 99 | 0 | 0.52 | 0.53 | 0.17 | 1.61 | 0.56 | 0.61 |
| Hex | D3 | 66 | 63 | 0 | 34 | 35 | 11 | 2 | 38 | 3D |
| Octal | 323 | 146 | 143 | 0 | 64 | 65 | 21 | 2 | 70 | 75 |
| Binary | 11010011 | 1100110 | 1100011 | 0 | 110100 | 110101 | 10001 | 10 | 111000 | 111101 |
Color Harmonies of #D36663
Complementary color
Monochromatic Colors of #D36663
Black with #D36663
Text Example
Text Example
White with #D36663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36663; }
p { color: rgb(211,102,99); }
H1.HeaderClassName
{
color: #D36663;
}
.AnyTagClassName
{
color: #D36663;
}
</style>
background-color css
<style>
a { background-color: #D36663; }
a { background-color: rgb(211,102,99); }
div.DivClassName
{
background-color: #D36663;
}
.BgClassName
{
background-color: #D36663;
}
</style>
border-color css
<style>
span { border-color: #D36663; }
span { border-color: rgb(211,102,99); }
td.TdClassName
{
border-color: #D36663;
}
.TagClassName
{
border-color: #D36663;
}
</style>