Shades of Froly #D9666A
Tints of Froly #D9666A
RGB
CMYK
RGB Variations
Color information
#D9666A (or 0xD9666A) is known color: Froly. HEX triplet: D9, 66 and 6A. RGB value is (217,102,106). Sum of RGB (Red+Green+Blue) = 217+102+106=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9666A is #269995. Grayscale: #888888. Windows color (decimal): -2529686 or 6973145. OLE color: 6973145.
HSL color Cylindrical-coordinate representation of color #D9666A: hue angle of 357.91º 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 #D9666A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 106 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.15 |
| HSL | 357.91º | 0.6% | 0.63% | - |
| HSV(B) | 357.91º | 0.53% | 0.85% | - |
| XYZ | 35.97 | 25.3 | 16.62 | - |
| YUV | 136.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 106 | 0 | 0.53 | 0.51 | 0.15 | 357.91 | 0.6 | 0.63 |
| Hex | D9 | 66 | 6A | 0 | 35 | 33 | F | 166 | 3C | 3F |
| Octal | 331 | 146 | 152 | 0 | 65 | 63 | 17 | 546 | 74 | 77 |
| Binary | 11011001 | 1100110 | 1101010 | 0 | 110101 | 110011 | 1111 | 101100110 | 111100 | 111111 |
Color Harmonies of #D9666A
Complementary color
Monochromatic Colors of #D9666A
Black with #D9666A
Text Example
Text Example
White with #D9666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9666A; }
p { color: rgb(217,102,106); }
H1.HeaderClassName
{
color: #D9666A;
}
.AnyTagClassName
{
color: #D9666A;
}
</style>
background-color css
<style>
a { background-color: #D9666A; }
a { background-color: rgb(217,102,106); }
div.DivClassName
{
background-color: #D9666A;
}
.BgClassName
{
background-color: #D9666A;
}
</style>
border-color css
<style>
span { border-color: #D9666A; }
span { border-color: rgb(217,102,106); }
td.TdClassName
{
border-color: #D9666A;
}
.TagClassName
{
border-color: #D9666A;
}
</style>