Shades of Froly #D86A6B
Tints of Froly #D86A6B
RGB
CMYK
RGB Variations
Color information
#D86A6B (or 0xD86A6B) is known color: Froly. HEX triplet: D8, 6A and 6B. RGB value is (216,106,107). Sum of RGB (Red+Green+Blue) = 216+106+107=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A6B is #279594. Grayscale: #8B8B8B. Windows color (decimal): -2594197 or 7039704. OLE color: 7039704.
HSL color Cylindrical-coordinate representation of color #D86A6B: hue angle of 359.45º 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 #D86A6B is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 107 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.15 |
| HSL | 359.45º | 0.59% | 0.63% | - |
| HSV(B) | 359.45º | 0.51% | 0.85% | - |
| XYZ | 36.13 | 25.97 | 17.02 | - |
| YUV | 139 | 109.94 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 107 | 0 | 0.51 | 0.50 | 0.15 | 359.45 | 0.59 | 0.63 |
| Hex | D8 | 6A | 6B | 0 | 33 | 32 | F | 167 | 3B | 3F |
| Octal | 330 | 152 | 153 | 0 | 63 | 62 | 17 | 547 | 73 | 77 |
| Binary | 11011000 | 1101010 | 1101011 | 0 | 110011 | 110010 | 1111 | 101100111 | 111011 | 111111 |
Color Harmonies of #D86A6B
Complementary color
Monochromatic Colors of #D86A6B
Black with #D86A6B
Text Example
Text Example
White with #D86A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A6B; }
p { color: rgb(216,106,107); }
H1.HeaderClassName
{
color: #D86A6B;
}
.AnyTagClassName
{
color: #D86A6B;
}
</style>
background-color css
<style>
a { background-color: #D86A6B; }
a { background-color: rgb(216,106,107); }
div.DivClassName
{
background-color: #D86A6B;
}
.BgClassName
{
background-color: #D86A6B;
}
</style>
border-color css
<style>
span { border-color: #D86A6B; }
span { border-color: rgb(216,106,107); }
td.TdClassName
{
border-color: #D86A6B;
}
.TagClassName
{
border-color: #D86A6B;
}
</style>