Shades of Roman #D36C65
Tints of Roman #D36C65
RGB
CMYK
RGB Variations
Color information
#D36C65 (or 0xD36C65) is known color: Roman. HEX triplet: D3, 6C and 65. RGB value is (211,108,101). Sum of RGB (Red+Green+Blue) = 211+108+101=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C65 is #2C939A. Grayscale: #8A8A8A. Windows color (decimal): -2921371 or 6646995. OLE color: 6646995.
HSL color Cylindrical-coordinate representation of color #D36C65: hue angle of 3.82º degrees, saturation: 0.56, 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 #D36C65 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 101 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.17 |
| HSL | 3.82º | 0.56% | 0.61% | - |
| HSV(B) | 3.82º | 0.52% | 0.83% | - |
| XYZ | 34.58 | 25.51 | 15.41 | - |
| YUV | 138 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 101 | 0 | 0.49 | 0.52 | 0.17 | 3.82 | 0.56 | 0.61 |
| Hex | D3 | 6C | 65 | 0 | 31 | 34 | 11 | 4 | 38 | 3D |
| Octal | 323 | 154 | 145 | 0 | 61 | 64 | 21 | 4 | 70 | 75 |
| Binary | 11010011 | 1101100 | 1100101 | 0 | 110001 | 110100 | 10001 | 100 | 111000 | 111101 |
Color Harmonies of #D36C65
Complementary color
Monochromatic Colors of #D36C65
Black with #D36C65
Text Example
Text Example
White with #D36C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C65; }
p { color: rgb(211,108,101); }
H1.HeaderClassName
{
color: #D36C65;
}
.AnyTagClassName
{
color: #D36C65;
}
</style>
background-color css
<style>
a { background-color: #D36C65; }
a { background-color: rgb(211,108,101); }
div.DivClassName
{
background-color: #D36C65;
}
.BgClassName
{
background-color: #D36C65;
}
</style>
border-color css
<style>
span { border-color: #D36C65; }
span { border-color: rgb(211,108,101); }
td.TdClassName
{
border-color: #D36C65;
}
.TagClassName
{
border-color: #D36C65;
}
</style>