Shades of Froly #D96C7A
Tints of Froly #D96C7A
RGB
CMYK
RGB Variations
Color information
#D96C7A (or 0xD96C7A) is known color: Froly. HEX triplet: D9, 6C and 7A. RGB value is (217,108,122). Sum of RGB (Red+Green+Blue) = 217+108+122=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C7A is #269385. Grayscale: #8E8E8E. Windows color (decimal): -2528134 or 8023257. OLE color: 8023257.
HSL color Cylindrical-coordinate representation of color #D96C7A: hue angle of 352.29º 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 #D96C7A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 122 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.15 |
| HSL | 352.29º | 0.59% | 0.64% | - |
| HSV(B) | 352.29º | 0.5% | 0.85% | - |
| XYZ | 37.49 | 26.88 | 21.63 | - |
| YUV | 142.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 122 | 0 | 0.50 | 0.44 | 0.15 | 352.29 | 0.59 | 0.64 |
| Hex | D9 | 6C | 7A | 0 | 32 | 2C | F | 160 | 3B | 40 |
| Octal | 331 | 154 | 172 | 0 | 62 | 54 | 17 | 540 | 73 | 100 |
| Binary | 11011001 | 1101100 | 1111010 | 0 | 110010 | 101100 | 1111 | 101100000 | 111011 | 1000000 |
Color Harmonies of #D96C7A
Complementary color
Monochromatic Colors of #D96C7A
Black with #D96C7A
Text Example
Text Example
White with #D96C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C7A; }
p { color: rgb(217,108,122); }
H1.HeaderClassName
{
color: #D96C7A;
}
.AnyTagClassName
{
color: #D96C7A;
}
</style>
background-color css
<style>
a { background-color: #D96C7A; }
a { background-color: rgb(217,108,122); }
div.DivClassName
{
background-color: #D96C7A;
}
.BgClassName
{
background-color: #D96C7A;
}
</style>
border-color css
<style>
span { border-color: #D96C7A; }
span { border-color: rgb(217,108,122); }
td.TdClassName
{
border-color: #D96C7A;
}
.TagClassName
{
border-color: #D96C7A;
}
</style>