Shades of Froly #D86A72
Tints of Froly #D86A72
RGB
CMYK
RGB Variations
Color information
#D86A72 (or 0xD86A72) is known color: Froly. HEX triplet: D8, 6A and 72. RGB value is (216,106,114). Sum of RGB (Red+Green+Blue) = 216+106+114=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A72 is #27958D. Grayscale: #8B8B8B. Windows color (decimal): -2594190 or 7498456. OLE color: 7498456.
HSL color Cylindrical-coordinate representation of color #D86A72: hue angle of 355.64º 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 #D86A72 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 114 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.15 |
| HSL | 355.64º | 0.59% | 0.63% | - |
| HSV(B) | 355.64º | 0.51% | 0.85% | - |
| XYZ | 36.51 | 26.12 | 19.04 | - |
| YUV | 139.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 114 | 0 | 0.51 | 0.47 | 0.15 | 355.64 | 0.59 | 0.63 |
| Hex | D8 | 6A | 72 | 0 | 33 | 2F | F | 164 | 3B | 3F |
| Octal | 330 | 152 | 162 | 0 | 63 | 57 | 17 | 544 | 73 | 77 |
| Binary | 11011000 | 1101010 | 1110010 | 0 | 110011 | 101111 | 1111 | 101100100 | 111011 | 111111 |
Color Harmonies of #D86A72
Complementary color
Monochromatic Colors of #D86A72
Black with #D86A72
Text Example
Text Example
White with #D86A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A72; }
p { color: rgb(216,106,114); }
H1.HeaderClassName
{
color: #D86A72;
}
.AnyTagClassName
{
color: #D86A72;
}
</style>
background-color css
<style>
a { background-color: #D86A72; }
a { background-color: rgb(216,106,114); }
div.DivClassName
{
background-color: #D86A72;
}
.BgClassName
{
background-color: #D86A72;
}
</style>
border-color css
<style>
span { border-color: #D86A72; }
span { border-color: rgb(216,106,114); }
td.TdClassName
{
border-color: #D86A72;
}
.TagClassName
{
border-color: #D86A72;
}
</style>