Shades of Froly #D9666B
Tints of Froly #D9666B
RGB
CMYK
RGB Variations
Color information
#D9666B (or 0xD9666B) is known color: Froly. HEX triplet: D9, 66 and 6B. RGB value is (217,102,107). Sum of RGB (Red+Green+Blue) = 217+102+107=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9666B is #269994. Grayscale: #898989. Windows color (decimal): -2529685 or 7038681. OLE color: 7038681.
HSL color Cylindrical-coordinate representation of color #D9666B: hue angle of 357.39º 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 #D9666B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 107 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.15 |
| HSL | 357.39º | 0.6% | 0.63% | - |
| HSV(B) | 357.39º | 0.53% | 0.85% | - |
| XYZ | 36.02 | 25.32 | 16.9 | - |
| YUV | 136.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 107 | 0 | 0.53 | 0.51 | 0.15 | 357.39 | 0.6 | 0.63 |
| Hex | D9 | 66 | 6B | 0 | 35 | 33 | F | 165 | 3C | 3F |
| Octal | 331 | 146 | 153 | 0 | 65 | 63 | 17 | 545 | 74 | 77 |
| Binary | 11011001 | 1100110 | 1101011 | 0 | 110101 | 110011 | 1111 | 101100101 | 111100 | 111111 |
Color Harmonies of #D9666B
Complementary color
Monochromatic Colors of #D9666B
Black with #D9666B
Text Example
Text Example
White with #D9666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9666B; }
p { color: rgb(217,102,107); }
H1.HeaderClassName
{
color: #D9666B;
}
.AnyTagClassName
{
color: #D9666B;
}
</style>
background-color css
<style>
a { background-color: #D9666B; }
a { background-color: rgb(217,102,107); }
div.DivClassName
{
background-color: #D9666B;
}
.BgClassName
{
background-color: #D9666B;
}
</style>
border-color css
<style>
span { border-color: #D9666B; }
span { border-color: rgb(217,102,107); }
td.TdClassName
{
border-color: #D9666B;
}
.TagClassName
{
border-color: #D9666B;
}
</style>