Shades of Froly #D1666A
Tints of Froly #D1666A
RGB
CMYK
RGB Variations
Color information
#D1666A (or 0xD1666A) is known color: Froly. HEX triplet: D1, 66 and 6A. RGB value is (209,102,106). Sum of RGB (Red+Green+Blue) = 209+102+106=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1666A is #2E9995. Grayscale: #868686. Windows color (decimal): -3053974 or 6973137. OLE color: 6973137.
HSL color Cylindrical-coordinate representation of color #D1666A: hue angle of 357.76º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1666A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 106 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.18 |
| HSL | 357.76º | 0.54% | 0.61% | - |
| HSV(B) | 357.76º | 0.51% | 0.82% | - |
| XYZ | 33.65 | 24.1 | 16.51 | - |
| YUV | 134.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 106 | 0 | 0.51 | 0.49 | 0.18 | 357.76 | 0.54 | 0.61 |
| Hex | D1 | 66 | 6A | 0 | 33 | 31 | 12 | 166 | 36 | 3D |
| Octal | 321 | 146 | 152 | 0 | 63 | 61 | 22 | 546 | 66 | 75 |
| Binary | 11010001 | 1100110 | 1101010 | 0 | 110011 | 110001 | 10010 | 101100110 | 110110 | 111101 |
Color Harmonies of #D1666A
Complementary color
Monochromatic Colors of #D1666A
Black with #D1666A
Text Example
Text Example
White with #D1666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1666A; }
p { color: rgb(209,102,106); }
H1.HeaderClassName
{
color: #D1666A;
}
.AnyTagClassName
{
color: #D1666A;
}
</style>
background-color css
<style>
a { background-color: #D1666A; }
a { background-color: rgb(209,102,106); }
div.DivClassName
{
background-color: #D1666A;
}
.BgClassName
{
background-color: #D1666A;
}
</style>
border-color css
<style>
span { border-color: #D1666A; }
span { border-color: rgb(209,102,106); }
td.TdClassName
{
border-color: #D1666A;
}
.TagClassName
{
border-color: #D1666A;
}
</style>