Shades of Roman #D36764
Tints of Roman #D36764
RGB
CMYK
RGB Variations
Color information
#D36764 (or 0xD36764) is known color: Roman. HEX triplet: D3, 67 and 64. RGB value is (211,103,100). Sum of RGB (Red+Green+Blue) = 211+103+100=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D36764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36764 is #2C989B. Grayscale: #878787. Windows color (decimal): -2922652 or 6580179. OLE color: 6580179.
HSL color Cylindrical-coordinate representation of color #D36764: hue angle of 1.62º 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 #D36764 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 100 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.17 |
| HSL | 1.62º | 0.56% | 0.61% | - |
| HSV(B) | 1.62º | 0.53% | 0.83% | - |
| XYZ | 34.01 | 24.47 | 14.99 | - |
| YUV | 134.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 100 | 0 | 0.51 | 0.53 | 0.17 | 1.62 | 0.56 | 0.61 |
| Hex | D3 | 67 | 64 | 0 | 33 | 35 | 11 | 2 | 38 | 3D |
| Octal | 323 | 147 | 144 | 0 | 63 | 65 | 21 | 2 | 70 | 75 |
| Binary | 11010011 | 1100111 | 1100100 | 0 | 110011 | 110101 | 10001 | 10 | 111000 | 111101 |
Color Harmonies of #D36764
Complementary color
Monochromatic Colors of #D36764
Black with #D36764
Text Example
Text Example
White with #D36764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36764; }
p { color: rgb(211,103,100); }
H1.HeaderClassName
{
color: #D36764;
}
.AnyTagClassName
{
color: #D36764;
}
</style>
background-color css
<style>
a { background-color: #D36764; }
a { background-color: rgb(211,103,100); }
div.DivClassName
{
background-color: #D36764;
}
.BgClassName
{
background-color: #D36764;
}
</style>
border-color css
<style>
span { border-color: #D36764; }
span { border-color: rgb(211,103,100); }
td.TdClassName
{
border-color: #D36764;
}
.TagClassName
{
border-color: #D36764;
}
</style>