Shades of Roman #D36967
Tints of Roman #D36967
RGB
CMYK
RGB Variations
Color information
#D36967 (or 0xD36967) is known color: Roman. HEX triplet: D3, 69 and 67. RGB value is (211,105,103). Sum of RGB (Red+Green+Blue) = 211+105+103=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D36967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36967 is #2C9698. Grayscale: #888888. Windows color (decimal): -2922137 or 6777299. OLE color: 6777299.
HSL color Cylindrical-coordinate representation of color #D36967: hue angle of 1.11º 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 #D36967 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 103 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.17 |
| HSL | 1.11º | 0.55% | 0.62% | - |
| HSV(B) | 1.11º | 0.51% | 0.83% | - |
| XYZ | 34.36 | 24.93 | 15.83 | - |
| YUV | 136.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 103 | 0 | 0.50 | 0.51 | 0.17 | 1.11 | 0.55 | 0.62 |
| Hex | D3 | 69 | 67 | 0 | 32 | 33 | 11 | 1 | 37 | 3E |
| Octal | 323 | 151 | 147 | 0 | 62 | 63 | 21 | 1 | 67 | 76 |
| Binary | 11010011 | 1101001 | 1100111 | 0 | 110010 | 110011 | 10001 | 1 | 110111 | 111110 |
Color Harmonies of #D36967
Complementary color
Monochromatic Colors of #D36967
Black with #D36967
Text Example
Text Example
White with #D36967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36967; }
p { color: rgb(211,105,103); }
H1.HeaderClassName
{
color: #D36967;
}
.AnyTagClassName
{
color: #D36967;
}
</style>
background-color css
<style>
a { background-color: #D36967; }
a { background-color: rgb(211,105,103); }
div.DivClassName
{
background-color: #D36967;
}
.BgClassName
{
background-color: #D36967;
}
</style>
border-color css
<style>
span { border-color: #D36967; }
span { border-color: rgb(211,105,103); }
td.TdClassName
{
border-color: #D36967;
}
.TagClassName
{
border-color: #D36967;
}
</style>