Shades of Froly #D86A6C
Tints of Froly #D86A6C
RGB
CMYK
RGB Variations
Color information
#D86A6C (or 0xD86A6C) is known color: Froly. HEX triplet: D8, 6A and 6C. RGB value is (216,106,108). Sum of RGB (Red+Green+Blue) = 216+106+108=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A6C is #279593. Grayscale: #8B8B8B. Windows color (decimal): -2594196 or 7105240. OLE color: 7105240.
HSL color Cylindrical-coordinate representation of color #D86A6C: hue angle of 358.91º 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 #D86A6C is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 108 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.15 |
| HSL | 358.91º | 0.59% | 0.63% | - |
| HSV(B) | 358.91º | 0.51% | 0.85% | - |
| XYZ | 36.18 | 25.99 | 17.3 | - |
| YUV | 139.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 108 | 0 | 0.51 | 0.50 | 0.15 | 358.91 | 0.59 | 0.63 |
| Hex | D8 | 6A | 6C | 0 | 33 | 32 | F | 167 | 3B | 3F |
| Octal | 330 | 152 | 154 | 0 | 63 | 62 | 17 | 547 | 73 | 77 |
| Binary | 11011000 | 1101010 | 1101100 | 0 | 110011 | 110010 | 1111 | 101100111 | 111011 | 111111 |
Color Harmonies of #D86A6C
Complementary color
Monochromatic Colors of #D86A6C
Black with #D86A6C
Text Example
Text Example
White with #D86A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A6C; }
p { color: rgb(216,106,108); }
H1.HeaderClassName
{
color: #D86A6C;
}
.AnyTagClassName
{
color: #D86A6C;
}
</style>
background-color css
<style>
a { background-color: #D86A6C; }
a { background-color: rgb(216,106,108); }
div.DivClassName
{
background-color: #D86A6C;
}
.BgClassName
{
background-color: #D86A6C;
}
</style>
border-color css
<style>
span { border-color: #D86A6C; }
span { border-color: rgb(216,106,108); }
td.TdClassName
{
border-color: #D86A6C;
}
.TagClassName
{
border-color: #D86A6C;
}
</style>