Shades of Froly #D86D72
Tints of Froly #D86D72
RGB
CMYK
RGB Variations
Color information
#D86D72 (or 0xD86D72) is known color: Froly. HEX triplet: D8, 6D and 72. RGB value is (216,109,114). Sum of RGB (Red+Green+Blue) = 216+109+114=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D72 is #27928D. Grayscale: #8D8D8D. Windows color (decimal): -2593422 or 7499224. OLE color: 7499224.
HSL color Cylindrical-coordinate representation of color #D86D72: hue angle of 357.2º 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 #D86D72 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 114 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.15 |
| HSL | 357.2º | 0.58% | 0.64% | - |
| HSV(B) | 357.2º | 0.5% | 0.85% | - |
| XYZ | 36.82 | 26.75 | 19.14 | - |
| YUV | 141.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 114 | 0 | 0.50 | 0.47 | 0.15 | 357.2 | 0.58 | 0.64 |
| Hex | D8 | 6D | 72 | 0 | 32 | 2F | F | 165 | 3A | 40 |
| Octal | 330 | 155 | 162 | 0 | 62 | 57 | 17 | 545 | 72 | 100 |
| Binary | 11011000 | 1101101 | 1110010 | 0 | 110010 | 101111 | 1111 | 101100101 | 111010 | 1000000 |
Color Harmonies of #D86D72
Complementary color
Monochromatic Colors of #D86D72
Black with #D86D72
Text Example
Text Example
White with #D86D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D72; }
p { color: rgb(216,109,114); }
H1.HeaderClassName
{
color: #D86D72;
}
.AnyTagClassName
{
color: #D86D72;
}
</style>
background-color css
<style>
a { background-color: #D86D72; }
a { background-color: rgb(216,109,114); }
div.DivClassName
{
background-color: #D86D72;
}
.BgClassName
{
background-color: #D86D72;
}
</style>
border-color css
<style>
span { border-color: #D86D72; }
span { border-color: rgb(216,109,114); }
td.TdClassName
{
border-color: #D86D72;
}
.TagClassName
{
border-color: #D86D72;
}
</style>