Shades of Froly #D86973
Tints of Froly #D86973
RGB
CMYK
RGB Variations
Color information
#D86973 (or 0xD86973) is known color: Froly. HEX triplet: D8, 69 and 73. RGB value is (216,105,115). Sum of RGB (Red+Green+Blue) = 216+105+115=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D86973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86973 is #27968C. Grayscale: #8B8B8B. Windows color (decimal): -2594445 or 7563736. OLE color: 7563736.
HSL color Cylindrical-coordinate representation of color #D86973: hue angle of 354.59º 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 #D86973 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 115 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.15 |
| HSL | 354.59º | 0.59% | 0.63% | - |
| HSV(B) | 354.59º | 0.51% | 0.85% | - |
| XYZ | 36.46 | 25.94 | 19.3 | - |
| YUV | 139.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 115 | 0 | 0.51 | 0.47 | 0.15 | 354.59 | 0.59 | 0.63 |
| Hex | D8 | 69 | 73 | 0 | 33 | 2F | F | 163 | 3B | 3F |
| Octal | 330 | 151 | 163 | 0 | 63 | 57 | 17 | 543 | 73 | 77 |
| Binary | 11011000 | 1101001 | 1110011 | 0 | 110011 | 101111 | 1111 | 101100011 | 111011 | 111111 |
Color Harmonies of #D86973
Complementary color
Monochromatic Colors of #D86973
Black with #D86973
Text Example
Text Example
White with #D86973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86973; }
p { color: rgb(216,105,115); }
H1.HeaderClassName
{
color: #D86973;
}
.AnyTagClassName
{
color: #D86973;
}
</style>
background-color css
<style>
a { background-color: #D86973; }
a { background-color: rgb(216,105,115); }
div.DivClassName
{
background-color: #D86973;
}
.BgClassName
{
background-color: #D86973;
}
</style>
border-color css
<style>
span { border-color: #D86973; }
span { border-color: rgb(216,105,115); }
td.TdClassName
{
border-color: #D86973;
}
.TagClassName
{
border-color: #D86973;
}
</style>