Shades of Froly #D86B6D
Tints of Froly #D86B6D
RGB
CMYK
RGB Variations
Color information
#D86B6D (or 0xD86B6D) is known color: Froly. HEX triplet: D8, 6B and 6D. RGB value is (216,107,109). Sum of RGB (Red+Green+Blue) = 216+107+109=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B6D is #279492. Grayscale: #8B8B8B. Windows color (decimal): -2593939 or 7171032. OLE color: 7171032.
HSL color Cylindrical-coordinate representation of color #D86B6D: hue angle of 358.9º 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 #D86B6D is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 109 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.15 |
| HSL | 358.9º | 0.58% | 0.63% | - |
| HSV(B) | 358.9º | 0.5% | 0.85% | - |
| XYZ | 36.34 | 26.22 | 17.61 | - |
| YUV | 139.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 109 | 0 | 0.50 | 0.50 | 0.15 | 358.9 | 0.58 | 0.63 |
| Hex | D8 | 6B | 6D | 0 | 32 | 32 | F | 167 | 3A | 3F |
| Octal | 330 | 153 | 155 | 0 | 62 | 62 | 17 | 547 | 72 | 77 |
| Binary | 11011000 | 1101011 | 1101101 | 0 | 110010 | 110010 | 1111 | 101100111 | 111010 | 111111 |
Color Harmonies of #D86B6D
Complementary color
Monochromatic Colors of #D86B6D
Black with #D86B6D
Text Example
Text Example
White with #D86B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B6D; }
p { color: rgb(216,107,109); }
H1.HeaderClassName
{
color: #D86B6D;
}
.AnyTagClassName
{
color: #D86B6D;
}
</style>
background-color css
<style>
a { background-color: #D86B6D; }
a { background-color: rgb(216,107,109); }
div.DivClassName
{
background-color: #D86B6D;
}
.BgClassName
{
background-color: #D86B6D;
}
</style>
border-color css
<style>
span { border-color: #D86B6D; }
span { border-color: rgb(216,107,109); }
td.TdClassName
{
border-color: #D86B6D;
}
.TagClassName
{
border-color: #D86B6D;
}
</style>