Shades of Froly #D16874
Tints of Froly #D16874
RGB
CMYK
RGB Variations
Color information
#D16874 (or 0xD16874) is known color: Froly. HEX triplet: D1, 68 and 74. RGB value is (209,104,116). Sum of RGB (Red+Green+Blue) = 209+104+116=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D16874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16874 is #2E978B. Grayscale: #888888. Windows color (decimal): -3053452 or 7629009. OLE color: 7629009.
HSL color Cylindrical-coordinate representation of color #D16874: hue angle of 353.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16874 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 116 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.18 |
| HSL | 353.14º | 0.53% | 0.61% | - |
| HSV(B) | 353.14º | 0.5% | 0.82% | - |
| XYZ | 34.4 | 24.72 | 19.48 | - |
| YUV | 136.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 116 | 0 | 0.50 | 0.44 | 0.18 | 353.14 | 0.53 | 0.61 |
| Hex | D1 | 68 | 74 | 0 | 32 | 2C | 12 | 161 | 35 | 3D |
| Octal | 321 | 150 | 164 | 0 | 62 | 54 | 22 | 541 | 65 | 75 |
| Binary | 11010001 | 1101000 | 1110100 | 0 | 110010 | 101100 | 10010 | 101100001 | 110101 | 111101 |
Color Harmonies of #D16874
Complementary color
Monochromatic Colors of #D16874
Black with #D16874
Text Example
Text Example
White with #D16874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16874; }
p { color: rgb(209,104,116); }
H1.HeaderClassName
{
color: #D16874;
}
.AnyTagClassName
{
color: #D16874;
}
</style>
background-color css
<style>
a { background-color: #D16874; }
a { background-color: rgb(209,104,116); }
div.DivClassName
{
background-color: #D16874;
}
.BgClassName
{
background-color: #D16874;
}
</style>
border-color css
<style>
span { border-color: #D16874; }
span { border-color: rgb(209,104,116); }
td.TdClassName
{
border-color: #D16874;
}
.TagClassName
{
border-color: #D16874;
}
</style>