Shades of Froly #D17476
Tints of Froly #D17476
RGB
CMYK
RGB Variations
Color information
#D17476 (or 0xD17476) is known color: Froly. HEX triplet: D1, 74 and 76. RGB value is (209,116,118). Sum of RGB (Red+Green+Blue) = 209+116+118=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D17476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17476 is #2E8B89. Grayscale: #909090. Windows color (decimal): -3050378 or 7763153. OLE color: 7763153.
HSL color Cylindrical-coordinate representation of color #D17476: hue angle of 358.71º 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 #D17476 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 118 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.18 |
| HSL | 358.71º | 0.5% | 0.64% | - |
| HSV(B) | 358.71º | 0.44% | 0.82% | - |
| XYZ | 35.81 | 27.35 | 20.53 | - |
| YUV | 144.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 118 | 0 | 0.44 | 0.44 | 0.18 | 358.71 | 0.5 | 0.64 |
| Hex | D1 | 74 | 76 | 0 | 2C | 2C | 12 | 167 | 32 | 40 |
| Octal | 321 | 164 | 166 | 0 | 54 | 54 | 22 | 547 | 62 | 100 |
| Binary | 11010001 | 1110100 | 1110110 | 0 | 101100 | 101100 | 10010 | 101100111 | 110010 | 1000000 |
Color Harmonies of #D17476
Complementary color
Monochromatic Colors of #D17476
Black with #D17476
Text Example
Text Example
White with #D17476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17476; }
p { color: rgb(209,116,118); }
H1.HeaderClassName
{
color: #D17476;
}
.AnyTagClassName
{
color: #D17476;
}
</style>
background-color css
<style>
a { background-color: #D17476; }
a { background-color: rgb(209,116,118); }
div.DivClassName
{
background-color: #D17476;
}
.BgClassName
{
background-color: #D17476;
}
</style>
border-color css
<style>
span { border-color: #D17476; }
span { border-color: rgb(209,116,118); }
td.TdClassName
{
border-color: #D17476;
}
.TagClassName
{
border-color: #D17476;
}
</style>