Shades of Froly #D1676B
Tints of Froly #D1676B
RGB
CMYK
RGB Variations
Color information
#D1676B (or 0xD1676B) is known color: Froly. HEX triplet: D1, 67 and 6B. RGB value is (209,103,107). Sum of RGB (Red+Green+Blue) = 209+103+107=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1676B is #2E9894. Grayscale: #878787. Windows color (decimal): -3053717 or 7038929. OLE color: 7038929.
HSL color Cylindrical-coordinate representation of color #D1676B: hue angle of 357.74º 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 #D1676B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 107 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.18 |
| HSL | 357.74º | 0.54% | 0.61% | - |
| HSV(B) | 357.74º | 0.51% | 0.82% | - |
| XYZ | 33.8 | 24.32 | 16.82 | - |
| YUV | 135.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 107 | 0 | 0.51 | 0.49 | 0.18 | 357.74 | 0.54 | 0.61 |
| Hex | D1 | 67 | 6B | 0 | 33 | 31 | 12 | 166 | 36 | 3D |
| Octal | 321 | 147 | 153 | 0 | 63 | 61 | 22 | 546 | 66 | 75 |
| Binary | 11010001 | 1100111 | 1101011 | 0 | 110011 | 110001 | 10010 | 101100110 | 110110 | 111101 |
Color Harmonies of #D1676B
Complementary color
Monochromatic Colors of #D1676B
Black with #D1676B
Text Example
Text Example
White with #D1676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1676B; }
p { color: rgb(209,103,107); }
H1.HeaderClassName
{
color: #D1676B;
}
.AnyTagClassName
{
color: #D1676B;
}
</style>
background-color css
<style>
a { background-color: #D1676B; }
a { background-color: rgb(209,103,107); }
div.DivClassName
{
background-color: #D1676B;
}
.BgClassName
{
background-color: #D1676B;
}
</style>
border-color css
<style>
span { border-color: #D1676B; }
span { border-color: rgb(209,103,107); }
td.TdClassName
{
border-color: #D1676B;
}
.TagClassName
{
border-color: #D1676B;
}
</style>