Shades of Froly #D96676
Tints of Froly #D96676
RGB
CMYK
RGB Variations
Color information
#D96676 (or 0xD96676) is known color: Froly. HEX triplet: D9, 66 and 76. RGB value is (217,102,118). Sum of RGB (Red+Green+Blue) = 217+102+118=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D96676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96676 is #269989. Grayscale: #8A8A8A. Windows color (decimal): -2529674 or 7759577. OLE color: 7759577.
HSL color Cylindrical-coordinate representation of color #D96676: hue angle of 351.65º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96676 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 118 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.15 |
| HSL | 351.65º | 0.6% | 0.63% | - |
| HSV(B) | 351.65º | 0.53% | 0.85% | - |
| XYZ | 36.64 | 25.56 | 20.14 | - |
| YUV | 138.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 118 | 0 | 0.53 | 0.46 | 0.15 | 351.65 | 0.6 | 0.63 |
| Hex | D9 | 66 | 76 | 0 | 35 | 2E | F | 160 | 3C | 3F |
| Octal | 331 | 146 | 166 | 0 | 65 | 56 | 17 | 540 | 74 | 77 |
| Binary | 11011001 | 1100110 | 1110110 | 0 | 110101 | 101110 | 1111 | 101100000 | 111100 | 111111 |
Color Harmonies of #D96676
Complementary color
Monochromatic Colors of #D96676
Black with #D96676
Text Example
Text Example
White with #D96676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96676; }
p { color: rgb(217,102,118); }
H1.HeaderClassName
{
color: #D96676;
}
.AnyTagClassName
{
color: #D96676;
}
</style>
background-color css
<style>
a { background-color: #D96676; }
a { background-color: rgb(217,102,118); }
div.DivClassName
{
background-color: #D96676;
}
.BgClassName
{
background-color: #D96676;
}
</style>
border-color css
<style>
span { border-color: #D96676; }
span { border-color: rgb(217,102,118); }
td.TdClassName
{
border-color: #D96676;
}
.TagClassName
{
border-color: #D96676;
}
</style>