Shades of Froly #D96A76
Tints of Froly #D96A76
RGB
CMYK
RGB Variations
Color information
#D96A76 (or 0xD96A76) is known color: Froly. HEX triplet: D9, 6A and 76. RGB value is (217,106,118). Sum of RGB (Red+Green+Blue) = 217+106+118=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A76 is #269589. Grayscale: #8C8C8C. Windows color (decimal): -2528650 or 7760601. OLE color: 7760601.
HSL color Cylindrical-coordinate representation of color #D96A76: hue angle of 353.51º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A76 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 118 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.15 |
| HSL | 353.51º | 0.59% | 0.63% | - |
| HSV(B) | 353.51º | 0.51% | 0.85% | - |
| XYZ | 37.04 | 26.37 | 20.28 | - |
| YUV | 140.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 118 | 0 | 0.51 | 0.46 | 0.15 | 353.51 | 0.59 | 0.63 |
| Hex | D9 | 6A | 76 | 0 | 33 | 2E | F | 162 | 3B | 3F |
| Octal | 331 | 152 | 166 | 0 | 63 | 56 | 17 | 542 | 73 | 77 |
| Binary | 11011001 | 1101010 | 1110110 | 0 | 110011 | 101110 | 1111 | 101100010 | 111011 | 111111 |
Color Harmonies of #D96A76
Complementary color
Monochromatic Colors of #D96A76
Black with #D96A76
Text Example
Text Example
White with #D96A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A76; }
p { color: rgb(217,106,118); }
H1.HeaderClassName
{
color: #D96A76;
}
.AnyTagClassName
{
color: #D96A76;
}
</style>
background-color css
<style>
a { background-color: #D96A76; }
a { background-color: rgb(217,106,118); }
div.DivClassName
{
background-color: #D96A76;
}
.BgClassName
{
background-color: #D96A76;
}
</style>
border-color css
<style>
span { border-color: #D96A76; }
span { border-color: rgb(217,106,118); }
td.TdClassName
{
border-color: #D96A76;
}
.TagClassName
{
border-color: #D96A76;
}
</style>