Shades of Roman #D36A65
Tints of Roman #D36A65
RGB
CMYK
RGB Variations
Color information
#D36A65 (or 0xD36A65) is known color: Roman. HEX triplet: D3, 6A and 65. RGB value is (211,106,101). Sum of RGB (Red+Green+Blue) = 211+106+101=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36A65 is #2C959A. Grayscale: #888888. Windows color (decimal): -2921883 or 6646483. OLE color: 6646483.
HSL color Cylindrical-coordinate representation of color #D36A65: hue angle of 2.73º 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 #D36A65 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 101 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.17 |
| HSL | 2.73º | 0.56% | 0.61% | - |
| HSV(B) | 2.73º | 0.52% | 0.83% | - |
| XYZ | 34.37 | 25.1 | 15.34 | - |
| YUV | 136.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 101 | 0 | 0.50 | 0.52 | 0.17 | 2.73 | 0.56 | 0.61 |
| Hex | D3 | 6A | 65 | 0 | 32 | 34 | 11 | 3 | 38 | 3D |
| Octal | 323 | 152 | 145 | 0 | 62 | 64 | 21 | 3 | 70 | 75 |
| Binary | 11010011 | 1101010 | 1100101 | 0 | 110010 | 110100 | 10001 | 11 | 111000 | 111101 |
Color Harmonies of #D36A65
Complementary color
Monochromatic Colors of #D36A65
Black with #D36A65
Text Example
Text Example
White with #D36A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36A65; }
p { color: rgb(211,106,101); }
H1.HeaderClassName
{
color: #D36A65;
}
.AnyTagClassName
{
color: #D36A65;
}
</style>
background-color css
<style>
a { background-color: #D36A65; }
a { background-color: rgb(211,106,101); }
div.DivClassName
{
background-color: #D36A65;
}
.BgClassName
{
background-color: #D36A65;
}
</style>
border-color css
<style>
span { border-color: #D36A65; }
span { border-color: rgb(211,106,101); }
td.TdClassName
{
border-color: #D36A65;
}
.TagClassName
{
border-color: #D36A65;
}
</style>