Shades of Froly #D16669
Tints of Froly #D16669
RGB
CMYK
RGB Variations
Color information
#D16669 (or 0xD16669) is known color: Froly. HEX triplet: D1, 66 and 69. RGB value is (209,102,105). Sum of RGB (Red+Green+Blue) = 209+102+105=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D16669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16669 is #2E9996. Grayscale: #868686. Windows color (decimal): -3053975 or 6907601. OLE color: 6907601.
HSL color Cylindrical-coordinate representation of color #D16669: hue angle of 358.32º 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 #D16669 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 105 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.18 |
| HSL | 358.32º | 0.54% | 0.61% | - |
| HSV(B) | 358.32º | 0.51% | 0.82% | - |
| XYZ | 33.6 | 24.08 | 16.24 | - |
| YUV | 134.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 105 | 0 | 0.51 | 0.50 | 0.18 | 358.32 | 0.54 | 0.61 |
| Hex | D1 | 66 | 69 | 0 | 33 | 32 | 12 | 166 | 36 | 3D |
| Octal | 321 | 146 | 151 | 0 | 63 | 62 | 22 | 546 | 66 | 75 |
| Binary | 11010001 | 1100110 | 1101001 | 0 | 110011 | 110010 | 10010 | 101100110 | 110110 | 111101 |
Color Harmonies of #D16669
Complementary color
Monochromatic Colors of #D16669
Black with #D16669
Text Example
Text Example
White with #D16669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16669; }
p { color: rgb(209,102,105); }
H1.HeaderClassName
{
color: #D16669;
}
.AnyTagClassName
{
color: #D16669;
}
</style>
background-color css
<style>
a { background-color: #D16669; }
a { background-color: rgb(209,102,105); }
div.DivClassName
{
background-color: #D16669;
}
.BgClassName
{
background-color: #D16669;
}
</style>
border-color css
<style>
span { border-color: #D16669; }
span { border-color: rgb(209,102,105); }
td.TdClassName
{
border-color: #D16669;
}
.TagClassName
{
border-color: #D16669;
}
</style>