Shades of Froly #D86A70
Tints of Froly #D86A70
RGB
CMYK
RGB Variations
Color information
#D86A70 (or 0xD86A70) is known color: Froly. HEX triplet: D8, 6A and 70. RGB value is (216,106,112). Sum of RGB (Red+Green+Blue) = 216+106+112=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A70 is #27958F. Grayscale: #8B8B8B. Windows color (decimal): -2594192 or 7367384. OLE color: 7367384.
HSL color Cylindrical-coordinate representation of color #D86A70: hue angle of 356.73º 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 #D86A70 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 112 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.15 |
| HSL | 356.73º | 0.59% | 0.63% | - |
| HSV(B) | 356.73º | 0.51% | 0.85% | - |
| XYZ | 36.4 | 26.08 | 18.44 | - |
| YUV | 139.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 112 | 0 | 0.51 | 0.48 | 0.15 | 356.73 | 0.59 | 0.63 |
| Hex | D8 | 6A | 70 | 0 | 33 | 30 | F | 165 | 3B | 3F |
| Octal | 330 | 152 | 160 | 0 | 63 | 60 | 17 | 545 | 73 | 77 |
| Binary | 11011000 | 1101010 | 1110000 | 0 | 110011 | 110000 | 1111 | 101100101 | 111011 | 111111 |
Color Harmonies of #D86A70
Complementary color
Monochromatic Colors of #D86A70
Black with #D86A70
Text Example
Text Example
White with #D86A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A70; }
p { color: rgb(216,106,112); }
H1.HeaderClassName
{
color: #D86A70;
}
.AnyTagClassName
{
color: #D86A70;
}
</style>
background-color css
<style>
a { background-color: #D86A70; }
a { background-color: rgb(216,106,112); }
div.DivClassName
{
background-color: #D86A70;
}
.BgClassName
{
background-color: #D86A70;
}
</style>
border-color css
<style>
span { border-color: #D86A70; }
span { border-color: rgb(216,106,112); }
td.TdClassName
{
border-color: #D86A70;
}
.TagClassName
{
border-color: #D86A70;
}
</style>