Shades of Froly #D1676C
Tints of Froly #D1676C
RGB
CMYK
RGB Variations
Color information
#D1676C (or 0xD1676C) is known color: Froly. HEX triplet: D1, 67 and 6C. RGB value is (209,103,108). Sum of RGB (Red+Green+Blue) = 209+103+108=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1676C is #2E9893. Grayscale: #878787. Windows color (decimal): -3053716 or 7104465. OLE color: 7104465.
HSL color Cylindrical-coordinate representation of color #D1676C: hue angle of 357.17º 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 #D1676C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 108 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.18 |
| HSL | 357.17º | 0.54% | 0.61% | - |
| HSV(B) | 357.17º | 0.51% | 0.82% | - |
| XYZ | 33.85 | 24.34 | 17.1 | - |
| YUV | 135.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 108 | 0 | 0.51 | 0.48 | 0.18 | 357.17 | 0.54 | 0.61 |
| Hex | D1 | 67 | 6C | 0 | 33 | 30 | 12 | 165 | 36 | 3D |
| Octal | 321 | 147 | 154 | 0 | 63 | 60 | 22 | 545 | 66 | 75 |
| Binary | 11010001 | 1100111 | 1101100 | 0 | 110011 | 110000 | 10010 | 101100101 | 110110 | 111101 |
Color Harmonies of #D1676C
Complementary color
Monochromatic Colors of #D1676C
Black with #D1676C
Text Example
Text Example
White with #D1676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1676C; }
p { color: rgb(209,103,108); }
H1.HeaderClassName
{
color: #D1676C;
}
.AnyTagClassName
{
color: #D1676C;
}
</style>
background-color css
<style>
a { background-color: #D1676C; }
a { background-color: rgb(209,103,108); }
div.DivClassName
{
background-color: #D1676C;
}
.BgClassName
{
background-color: #D1676C;
}
</style>
border-color css
<style>
span { border-color: #D1676C; }
span { border-color: rgb(209,103,108); }
td.TdClassName
{
border-color: #D1676C;
}
.TagClassName
{
border-color: #D1676C;
}
</style>