Shades of Roman #D36F66
Tints of Roman #D36F66
RGB
CMYK
RGB Variations
Color information
#D36F66 (or 0xD36F66) is known color: Roman. HEX triplet: D3, 6F and 66. RGB value is (211,111,102). Sum of RGB (Red+Green+Blue) = 211+111+102=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36F66 is #2C9099. Grayscale: #8C8C8C. Windows color (decimal): -2920602 or 6713299. OLE color: 6713299.
HSL color Cylindrical-coordinate representation of color #D36F66: hue angle of 4.95º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36F66 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 102 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.17 |
| HSL | 4.95º | 0.55% | 0.61% | - |
| HSV(B) | 4.95º | 0.52% | 0.83% | - |
| XYZ | 34.95 | 26.18 | 15.78 | - |
| YUV | 139.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 102 | 0 | 0.47 | 0.52 | 0.17 | 4.95 | 0.55 | 0.61 |
| Hex | D3 | 6F | 66 | 0 | 2F | 34 | 11 | 5 | 37 | 3D |
| Octal | 323 | 157 | 146 | 0 | 57 | 64 | 21 | 5 | 67 | 75 |
| Binary | 11010011 | 1101111 | 1100110 | 0 | 101111 | 110100 | 10001 | 101 | 110111 | 111101 |
Color Harmonies of #D36F66
Complementary color
Monochromatic Colors of #D36F66
Black with #D36F66
Text Example
Text Example
White with #D36F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F66; }
p { color: rgb(211,111,102); }
H1.HeaderClassName
{
color: #D36F66;
}
.AnyTagClassName
{
color: #D36F66;
}
</style>
background-color css
<style>
a { background-color: #D36F66; }
a { background-color: rgb(211,111,102); }
div.DivClassName
{
background-color: #D36F66;
}
.BgClassName
{
background-color: #D36F66;
}
</style>
border-color css
<style>
span { border-color: #D36F66; }
span { border-color: rgb(211,111,102); }
td.TdClassName
{
border-color: #D36F66;
}
.TagClassName
{
border-color: #D36F66;
}
</style>