Shades of Roman #D36C67
Tints of Roman #D36C67
RGB
CMYK
RGB Variations
Color information
#D36C67 (or 0xD36C67) is known color: Roman. HEX triplet: D3, 6C and 67. RGB value is (211,108,103). Sum of RGB (Red+Green+Blue) = 211+108+103=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C67 is #2C9398. Grayscale: #8A8A8A. Windows color (decimal): -2921369 or 6778067. OLE color: 6778067.
HSL color Cylindrical-coordinate representation of color #D36C67: hue angle of 2.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36C67 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 103 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.17 |
| HSL | 2.78º | 0.55% | 0.62% | - |
| HSV(B) | 2.78º | 0.51% | 0.83% | - |
| XYZ | 34.67 | 25.55 | 15.94 | - |
| YUV | 138.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 103 | 0 | 0.49 | 0.51 | 0.17 | 2.78 | 0.55 | 0.62 |
| Hex | D3 | 6C | 67 | 0 | 31 | 33 | 11 | 3 | 37 | 3E |
| Octal | 323 | 154 | 147 | 0 | 61 | 63 | 21 | 3 | 67 | 76 |
| Binary | 11010011 | 1101100 | 1100111 | 0 | 110001 | 110011 | 10001 | 11 | 110111 | 111110 |
Color Harmonies of #D36C67
Complementary color
Monochromatic Colors of #D36C67
Black with #D36C67
Text Example
Text Example
White with #D36C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C67; }
p { color: rgb(211,108,103); }
H1.HeaderClassName
{
color: #D36C67;
}
.AnyTagClassName
{
color: #D36C67;
}
</style>
background-color css
<style>
a { background-color: #D36C67; }
a { background-color: rgb(211,108,103); }
div.DivClassName
{
background-color: #D36C67;
}
.BgClassName
{
background-color: #D36C67;
}
</style>
border-color css
<style>
span { border-color: #D36C67; }
span { border-color: rgb(211,108,103); }
td.TdClassName
{
border-color: #D36C67;
}
.TagClassName
{
border-color: #D36C67;
}
</style>