Shades of Froly #D86573
Tints of Froly #D86573
RGB
CMYK
RGB Variations
Color information
#D86573 (or 0xD86573) is known color: Froly. HEX triplet: D8, 65 and 73. RGB value is (216,101,115). Sum of RGB (Red+Green+Blue) = 216+101+115=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D86573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86573 is #279A8C. Grayscale: #898989. Windows color (decimal): -2595469 or 7562712. OLE color: 7562712.
HSL color Cylindrical-coordinate representation of color #D86573: hue angle of 352.7º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86573 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 115 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.15 |
| HSL | 352.7º | 0.6% | 0.62% | - |
| HSV(B) | 352.7º | 0.53% | 0.85% | - |
| XYZ | 36.07 | 25.14 | 19.17 | - |
| YUV | 136.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 115 | 0 | 0.53 | 0.47 | 0.15 | 352.7 | 0.6 | 0.62 |
| Hex | D8 | 65 | 73 | 0 | 35 | 2F | F | 161 | 3C | 3E |
| Octal | 330 | 145 | 163 | 0 | 65 | 57 | 17 | 541 | 74 | 76 |
| Binary | 11011000 | 1100101 | 1110011 | 0 | 110101 | 101111 | 1111 | 101100001 | 111100 | 111110 |
Color Harmonies of #D86573
Complementary color
Monochromatic Colors of #D86573
Black with #D86573
Text Example
Text Example
White with #D86573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86573; }
p { color: rgb(216,101,115); }
H1.HeaderClassName
{
color: #D86573;
}
.AnyTagClassName
{
color: #D86573;
}
</style>
background-color css
<style>
a { background-color: #D86573; }
a { background-color: rgb(216,101,115); }
div.DivClassName
{
background-color: #D86573;
}
.BgClassName
{
background-color: #D86573;
}
</style>
border-color css
<style>
span { border-color: #D86573; }
span { border-color: rgb(216,101,115); }
td.TdClassName
{
border-color: #D86573;
}
.TagClassName
{
border-color: #D86573;
}
</style>