Shades of Froly #D86B6E
Tints of Froly #D86B6E
RGB
CMYK
RGB Variations
Color information
#D86B6E (or 0xD86B6E) is known color: Froly. HEX triplet: D8, 6B and 6E. RGB value is (216,107,110). Sum of RGB (Red+Green+Blue) = 216+107+110=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B6E is #279491. Grayscale: #8C8C8C. Windows color (decimal): -2593938 or 7236568. OLE color: 7236568.
HSL color Cylindrical-coordinate representation of color #D86B6E: hue angle of 358.35º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86B6E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 110 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.15 |
| HSL | 358.35º | 0.58% | 0.63% | - |
| HSV(B) | 358.35º | 0.5% | 0.85% | - |
| XYZ | 36.39 | 26.24 | 17.9 | - |
| YUV | 139.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 110 | 0 | 0.50 | 0.49 | 0.15 | 358.35 | 0.58 | 0.63 |
| Hex | D8 | 6B | 6E | 0 | 32 | 31 | F | 166 | 3A | 3F |
| Octal | 330 | 153 | 156 | 0 | 62 | 61 | 17 | 546 | 72 | 77 |
| Binary | 11011000 | 1101011 | 1101110 | 0 | 110010 | 110001 | 1111 | 101100110 | 111010 | 111111 |
Color Harmonies of #D86B6E
Complementary color
Monochromatic Colors of #D86B6E
Black with #D86B6E
Text Example
Text Example
White with #D86B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B6E; }
p { color: rgb(216,107,110); }
H1.HeaderClassName
{
color: #D86B6E;
}
.AnyTagClassName
{
color: #D86B6E;
}
</style>
background-color css
<style>
a { background-color: #D86B6E; }
a { background-color: rgb(216,107,110); }
div.DivClassName
{
background-color: #D86B6E;
}
.BgClassName
{
background-color: #D86B6E;
}
</style>
border-color css
<style>
span { border-color: #D86B6E; }
span { border-color: rgb(216,107,110); }
td.TdClassName
{
border-color: #D86B6E;
}
.TagClassName
{
border-color: #D86B6E;
}
</style>