Shades of Froly #D96B7C
Tints of Froly #D96B7C
RGB
CMYK
RGB Variations
Color information
#D96B7C (or 0xD96B7C) is known color: Froly. HEX triplet: D9, 6B and 7C. RGB value is (217,107,124). Sum of RGB (Red+Green+Blue) = 217+107+124=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B7C is #269483. Grayscale: #8D8D8D. Windows color (decimal): -2528388 or 8154073. OLE color: 8154073.
HSL color Cylindrical-coordinate representation of color #D96B7C: hue angle of 350.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B7C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 124 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.15 |
| HSL | 350.73º | 0.59% | 0.64% | - |
| HSV(B) | 350.73º | 0.51% | 0.85% | - |
| XYZ | 37.51 | 26.72 | 22.25 | - |
| YUV | 141.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 124 | 0 | 0.51 | 0.43 | 0.15 | 350.73 | 0.59 | 0.64 |
| Hex | D9 | 6B | 7C | 0 | 33 | 2B | F | 15F | 3B | 40 |
| Octal | 331 | 153 | 174 | 0 | 63 | 53 | 17 | 537 | 73 | 100 |
| Binary | 11011001 | 1101011 | 1111100 | 0 | 110011 | 101011 | 1111 | 101011111 | 111011 | 1000000 |
Color Harmonies of #D96B7C
Complementary color
Monochromatic Colors of #D96B7C
Black with #D96B7C
Text Example
Text Example
White with #D96B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B7C; }
p { color: rgb(217,107,124); }
H1.HeaderClassName
{
color: #D96B7C;
}
.AnyTagClassName
{
color: #D96B7C;
}
</style>
background-color css
<style>
a { background-color: #D96B7C; }
a { background-color: rgb(217,107,124); }
div.DivClassName
{
background-color: #D96B7C;
}
.BgClassName
{
background-color: #D96B7C;
}
</style>
border-color css
<style>
span { border-color: #D96B7C; }
span { border-color: rgb(217,107,124); }
td.TdClassName
{
border-color: #D96B7C;
}
.TagClassName
{
border-color: #D96B7C;
}
</style>