Shades of Roman #D36665
Tints of Roman #D36665
RGB
CMYK
RGB Variations
Color information
#D36665 (or 0xD36665) is known color: Roman. HEX triplet: D3, 66 and 65. RGB value is (211,102,101). Sum of RGB (Red+Green+Blue) = 211+102+101=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D36665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36665 is #2C999A. Grayscale: #868686. Windows color (decimal): -2922907 or 6645459. OLE color: 6645459.
HSL color Cylindrical-coordinate representation of color #D36665: hue angle of 0.55º 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 #D36665 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 101 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.17 |
| HSL | 0.55º | 0.56% | 0.61% | - |
| HSV(B) | 0.55º | 0.52% | 0.83% | - |
| XYZ | 33.96 | 24.29 | 15.21 | - |
| YUV | 134.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 101 | 0 | 0.52 | 0.52 | 0.17 | 0.55 | 0.56 | 0.61 |
| Hex | D3 | 66 | 65 | 0 | 34 | 34 | 11 | 1 | 38 | 3D |
| Octal | 323 | 146 | 145 | 0 | 64 | 64 | 21 | 1 | 70 | 75 |
| Binary | 11010011 | 1100110 | 1100101 | 0 | 110100 | 110100 | 10001 | 1 | 111000 | 111101 |
Color Harmonies of #D36665
Complementary color
Monochromatic Colors of #D36665
Black with #D36665
Text Example
Text Example
White with #D36665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36665; }
p { color: rgb(211,102,101); }
H1.HeaderClassName
{
color: #D36665;
}
.AnyTagClassName
{
color: #D36665;
}
</style>
background-color css
<style>
a { background-color: #D36665; }
a { background-color: rgb(211,102,101); }
div.DivClassName
{
background-color: #D36665;
}
.BgClassName
{
background-color: #D36665;
}
</style>
border-color css
<style>
span { border-color: #D36665; }
span { border-color: rgb(211,102,101); }
td.TdClassName
{
border-color: #D36665;
}
.TagClassName
{
border-color: #D36665;
}
</style>