Shades of Froly #D96D79
Tints of Froly #D96D79
RGB
CMYK
RGB Variations
Color information
#D96D79 (or 0xD96D79) is known color: Froly. HEX triplet: D9, 6D and 79. RGB value is (217,109,121). Sum of RGB (Red+Green+Blue) = 217+109+121=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D79 is #269286. Grayscale: #8E8E8E. Windows color (decimal): -2527879 or 7957977. OLE color: 7957977.
HSL color Cylindrical-coordinate representation of color #D96D79: hue angle of 353.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96D79 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 121 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.15 |
| HSL | 353.33º | 0.59% | 0.64% | - |
| HSV(B) | 353.33º | 0.5% | 0.85% | - |
| XYZ | 37.54 | 27.07 | 21.34 | - |
| YUV | 142.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 121 | 0 | 0.50 | 0.44 | 0.15 | 353.33 | 0.59 | 0.64 |
| Hex | D9 | 6D | 79 | 0 | 32 | 2C | F | 161 | 3B | 40 |
| Octal | 331 | 155 | 171 | 0 | 62 | 54 | 17 | 541 | 73 | 100 |
| Binary | 11011001 | 1101101 | 1111001 | 0 | 110010 | 101100 | 1111 | 101100001 | 111011 | 1000000 |
Color Harmonies of #D96D79
Complementary color
Monochromatic Colors of #D96D79
Black with #D96D79
Text Example
Text Example
White with #D96D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D79; }
p { color: rgb(217,109,121); }
H1.HeaderClassName
{
color: #D96D79;
}
.AnyTagClassName
{
color: #D96D79;
}
</style>
background-color css
<style>
a { background-color: #D96D79; }
a { background-color: rgb(217,109,121); }
div.DivClassName
{
background-color: #D96D79;
}
.BgClassName
{
background-color: #D96D79;
}
</style>
border-color css
<style>
span { border-color: #D96D79; }
span { border-color: rgb(217,109,121); }
td.TdClassName
{
border-color: #D96D79;
}
.TagClassName
{
border-color: #D96D79;
}
</style>