Shades of Froly #D86574
Tints of Froly #D86574
RGB
CMYK
RGB Variations
Color information
#D86574 (or 0xD86574) is known color: Froly. HEX triplet: D8, 65 and 74. RGB value is (216,101,116). Sum of RGB (Red+Green+Blue) = 216+101+116=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D86574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86574 is #279A8B. Grayscale: #898989. Windows color (decimal): -2595468 or 7628248. OLE color: 7628248.
HSL color Cylindrical-coordinate representation of color #D86574: hue angle of 352.17º 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 #D86574 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 116 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.15 |
| HSL | 352.17º | 0.6% | 0.62% | - |
| HSV(B) | 352.17º | 0.53% | 0.85% | - |
| XYZ | 36.12 | 25.17 | 19.48 | - |
| YUV | 137.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 116 | 0 | 0.53 | 0.46 | 0.15 | 352.17 | 0.6 | 0.62 |
| Hex | D8 | 65 | 74 | 0 | 35 | 2E | F | 160 | 3C | 3E |
| Octal | 330 | 145 | 164 | 0 | 65 | 56 | 17 | 540 | 74 | 76 |
| Binary | 11011000 | 1100101 | 1110100 | 0 | 110101 | 101110 | 1111 | 101100000 | 111100 | 111110 |
Color Harmonies of #D86574
Complementary color
Monochromatic Colors of #D86574
Black with #D86574
Text Example
Text Example
White with #D86574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86574; }
p { color: rgb(216,101,116); }
H1.HeaderClassName
{
color: #D86574;
}
.AnyTagClassName
{
color: #D86574;
}
</style>
background-color css
<style>
a { background-color: #D86574; }
a { background-color: rgb(216,101,116); }
div.DivClassName
{
background-color: #D86574;
}
.BgClassName
{
background-color: #D86574;
}
</style>
border-color css
<style>
span { border-color: #D86574; }
span { border-color: rgb(216,101,116); }
td.TdClassName
{
border-color: #D86574;
}
.TagClassName
{
border-color: #D86574;
}
</style>