Shades of Roman #D86F69
Tints of Roman #D86F69
RGB
CMYK
RGB Variations
Color information
#D86F69 (or 0xD86F69) is known color: Roman. HEX triplet: D8, 6F and 69. RGB value is (216,111,105). Sum of RGB (Red+Green+Blue) = 216+111+105=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F69 is #279096. Grayscale: #8D8D8D. Windows color (decimal): -2592919 or 6909912. OLE color: 6909912.
HSL color Cylindrical-coordinate representation of color #D86F69: hue angle of 3.24º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86F69 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 105 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.15 |
| HSL | 3.24º | 0.59% | 0.63% | - |
| HSV(B) | 3.24º | 0.51% | 0.85% | - |
| XYZ | 36.55 | 26.99 | 16.65 | - |
| YUV | 141.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 105 | 0 | 0.49 | 0.51 | 0.15 | 3.24 | 0.59 | 0.63 |
| Hex | D8 | 6F | 69 | 0 | 31 | 33 | F | 3 | 3B | 3F |
| Octal | 330 | 157 | 151 | 0 | 61 | 63 | 17 | 3 | 73 | 77 |
| Binary | 11011000 | 1101111 | 1101001 | 0 | 110001 | 110011 | 1111 | 11 | 111011 | 111111 |
Color Harmonies of #D86F69
Complementary color
Monochromatic Colors of #D86F69
Black with #D86F69
Text Example
Text Example
White with #D86F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F69; }
p { color: rgb(216,111,105); }
H1.HeaderClassName
{
color: #D86F69;
}
.AnyTagClassName
{
color: #D86F69;
}
</style>
background-color css
<style>
a { background-color: #D86F69; }
a { background-color: rgb(216,111,105); }
div.DivClassName
{
background-color: #D86F69;
}
.BgClassName
{
background-color: #D86F69;
}
</style>
border-color css
<style>
span { border-color: #D86F69; }
span { border-color: rgb(216,111,105); }
td.TdClassName
{
border-color: #D86F69;
}
.TagClassName
{
border-color: #D86F69;
}
</style>