Shades of Froly #D86D6E
Tints of Froly #D86D6E
RGB
CMYK
RGB Variations
Color information
#D86D6E (or 0xD86D6E) is known color: Froly. HEX triplet: D8, 6D and 6E. RGB value is (216,109,110). Sum of RGB (Red+Green+Blue) = 216+109+110=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D6E is #279291. Grayscale: #8D8D8D. Windows color (decimal): -2593426 or 7237080. OLE color: 7237080.
HSL color Cylindrical-coordinate representation of color #D86D6E: hue angle of 359.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86D6E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 110 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.15 |
| HSL | 359.44º | 0.58% | 0.64% | - |
| HSV(B) | 359.44º | 0.5% | 0.85% | - |
| XYZ | 36.6 | 26.66 | 17.97 | - |
| YUV | 141.11 | 110.45 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 110 | 0 | 0.50 | 0.49 | 0.15 | 359.44 | 0.58 | 0.64 |
| Hex | D8 | 6D | 6E | 0 | 32 | 31 | F | 167 | 3A | 40 |
| Octal | 330 | 155 | 156 | 0 | 62 | 61 | 17 | 547 | 72 | 100 |
| Binary | 11011000 | 1101101 | 1101110 | 0 | 110010 | 110001 | 1111 | 101100111 | 111010 | 1000000 |
Color Harmonies of #D86D6E
Complementary color
Monochromatic Colors of #D86D6E
Black with #D86D6E
Text Example
Text Example
White with #D86D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D6E; }
p { color: rgb(216,109,110); }
H1.HeaderClassName
{
color: #D86D6E;
}
.AnyTagClassName
{
color: #D86D6E;
}
</style>
background-color css
<style>
a { background-color: #D86D6E; }
a { background-color: rgb(216,109,110); }
div.DivClassName
{
background-color: #D86D6E;
}
.BgClassName
{
background-color: #D86D6E;
}
</style>
border-color css
<style>
span { border-color: #D86D6E; }
span { border-color: rgb(216,109,110); }
td.TdClassName
{
border-color: #D86D6E;
}
.TagClassName
{
border-color: #D86D6E;
}
</style>