Shades of Roman #D36964
Tints of Roman #D36964
RGB
CMYK
RGB Variations
Color information
#D36964 (or 0xD36964) is known color: Roman. HEX triplet: D3, 69 and 64. RGB value is (211,105,100). Sum of RGB (Red+Green+Blue) = 211+105+100=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D36964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36964 is #2C969B. Grayscale: #888888. Windows color (decimal): -2922140 or 6580691. OLE color: 6580691.
HSL color Cylindrical-coordinate representation of color #D36964: hue angle of 2.7º 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 #D36964 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 100 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.17 |
| HSL | 2.7º | 0.56% | 0.61% | - |
| HSV(B) | 2.7º | 0.53% | 0.83% | - |
| XYZ | 34.22 | 24.87 | 15.05 | - |
| YUV | 136.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 100 | 0 | 0.50 | 0.53 | 0.17 | 2.7 | 0.56 | 0.61 |
| Hex | D3 | 69 | 64 | 0 | 32 | 35 | 11 | 3 | 38 | 3D |
| Octal | 323 | 151 | 144 | 0 | 62 | 65 | 21 | 3 | 70 | 75 |
| Binary | 11010011 | 1101001 | 1100100 | 0 | 110010 | 110101 | 10001 | 11 | 111000 | 111101 |
Color Harmonies of #D36964
Complementary color
Monochromatic Colors of #D36964
Black with #D36964
Text Example
Text Example
White with #D36964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36964; }
p { color: rgb(211,105,100); }
H1.HeaderClassName
{
color: #D36964;
}
.AnyTagClassName
{
color: #D36964;
}
</style>
background-color css
<style>
a { background-color: #D36964; }
a { background-color: rgb(211,105,100); }
div.DivClassName
{
background-color: #D36964;
}
.BgClassName
{
background-color: #D36964;
}
</style>
border-color css
<style>
span { border-color: #D36964; }
span { border-color: rgb(211,105,100); }
td.TdClassName
{
border-color: #D36964;
}
.TagClassName
{
border-color: #D36964;
}
</style>