Shades of Froly #D17477
Tints of Froly #D17477
RGB
CMYK
RGB Variations
Color information
#D17477 (or 0xD17477) is known color: Froly. HEX triplet: D1, 74 and 77. RGB value is (209,116,119). Sum of RGB (Red+Green+Blue) = 209+116+119=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D17477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17477 is #2E8B88. Grayscale: #909090. Windows color (decimal): -3050377 or 7828689. OLE color: 7828689.
HSL color Cylindrical-coordinate representation of color #D17477: hue angle of 358.06º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17477 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 119 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.18 |
| HSL | 358.06º | 0.5% | 0.64% | - |
| HSV(B) | 358.06º | 0.44% | 0.82% | - |
| XYZ | 35.87 | 27.38 | 20.85 | - |
| YUV | 144.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 119 | 0 | 0.44 | 0.43 | 0.18 | 358.06 | 0.5 | 0.64 |
| Hex | D1 | 74 | 77 | 0 | 2C | 2B | 12 | 166 | 32 | 40 |
| Octal | 321 | 164 | 167 | 0 | 54 | 53 | 22 | 546 | 62 | 100 |
| Binary | 11010001 | 1110100 | 1110111 | 0 | 101100 | 101011 | 10010 | 101100110 | 110010 | 1000000 |
Color Harmonies of #D17477
Complementary color
Monochromatic Colors of #D17477
Black with #D17477
Text Example
Text Example
White with #D17477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17477; }
p { color: rgb(209,116,119); }
H1.HeaderClassName
{
color: #D17477;
}
.AnyTagClassName
{
color: #D17477;
}
</style>
background-color css
<style>
a { background-color: #D17477; }
a { background-color: rgb(209,116,119); }
div.DivClassName
{
background-color: #D17477;
}
.BgClassName
{
background-color: #D17477;
}
</style>
border-color css
<style>
span { border-color: #D17477; }
span { border-color: rgb(209,116,119); }
td.TdClassName
{
border-color: #D17477;
}
.TagClassName
{
border-color: #D17477;
}
</style>