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