Shades of Roman #D36653
Tints of Roman #D36653
RGB
CMYK
RGB Variations
Color information
#D36653 (or 0xD36653) is known color: Roman. HEX triplet: D3, 66 and 53. RGB value is (211,102,83). Sum of RGB (Red+Green+Blue) = 211+102+83=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D36653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36653 is #2C99AC. Grayscale: #848484. Windows color (decimal): -2922925 or 5465811. OLE color: 5465811.
HSL color Cylindrical-coordinate representation of color #D36653: hue angle of 8.91º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D36653 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 83 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.17 |
| HSL | 8.91º | 0.59% | 0.58% | - |
| HSV(B) | 8.91º | 0.61% | 0.83% | - |
| XYZ | 33.18 | 23.98 | 11.06 | - |
| YUV | 132.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 83 | 0 | 0.52 | 0.61 | 0.17 | 8.91 | 0.59 | 0.58 |
| Hex | D3 | 66 | 53 | 0 | 34 | 3D | 11 | 9 | 3B | 3A |
| Octal | 323 | 146 | 123 | 0 | 64 | 75 | 21 | 11 | 73 | 72 |
| Binary | 11010011 | 1100110 | 1010011 | 0 | 110100 | 111101 | 10001 | 1001 | 111011 | 111010 |
Color Harmonies of #D36653
Complementary color
Monochromatic Colors of #D36653
Black with #D36653
Text Example
Text Example
White with #D36653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36653; }
p { color: rgb(211,102,83); }
H1.HeaderClassName
{
color: #D36653;
}
.AnyTagClassName
{
color: #D36653;
}
</style>
background-color css
<style>
a { background-color: #D36653; }
a { background-color: rgb(211,102,83); }
div.DivClassName
{
background-color: #D36653;
}
.BgClassName
{
background-color: #D36653;
}
</style>
border-color css
<style>
span { border-color: #D36653; }
span { border-color: rgb(211,102,83); }
td.TdClassName
{
border-color: #D36653;
}
.TagClassName
{
border-color: #D36653;
}
</style>