Shades of Roman #D86665
Tints of Roman #D86665
RGB
CMYK
RGB Variations
Color information
#D86665 (or 0xD86665) is known color: Roman. HEX triplet: D8, 66 and 65. RGB value is (216,102,101). Sum of RGB (Red+Green+Blue) = 216+102+101=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D86665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86665 is #27999A. Grayscale: #888888. Windows color (decimal): -2595227 or 6645464. OLE color: 6645464.
HSL color Cylindrical-coordinate representation of color #D86665: hue angle of 0.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86665 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 101 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.15 |
| HSL | 0.52º | 0.6% | 0.62% | - |
| HSV(B) | 0.52º | 0.53% | 0.85% | - |
| XYZ | 35.42 | 25.04 | 15.28 | - |
| YUV | 135.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 101 | 0 | 0.53 | 0.53 | 0.15 | 0.52 | 0.6 | 0.62 |
| Hex | D8 | 66 | 65 | 0 | 35 | 35 | F | 1 | 3C | 3E |
| Octal | 330 | 146 | 145 | 0 | 65 | 65 | 17 | 1 | 74 | 76 |
| Binary | 11011000 | 1100110 | 1100101 | 0 | 110101 | 110101 | 1111 | 1 | 111100 | 111110 |
Color Harmonies of #D86665
Complementary color
Monochromatic Colors of #D86665
Black with #D86665
Text Example
Text Example
White with #D86665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86665; }
p { color: rgb(216,102,101); }
H1.HeaderClassName
{
color: #D86665;
}
.AnyTagClassName
{
color: #D86665;
}
</style>
background-color css
<style>
a { background-color: #D86665; }
a { background-color: rgb(216,102,101); }
div.DivClassName
{
background-color: #D86665;
}
.BgClassName
{
background-color: #D86665;
}
</style>
border-color css
<style>
span { border-color: #D86665; }
span { border-color: rgb(216,102,101); }
td.TdClassName
{
border-color: #D86665;
}
.TagClassName
{
border-color: #D86665;
}
</style>