Shades of Froly #D4686C
Tints of Froly #D4686C
RGB
CMYK
RGB Variations
Color information
#D4686C (or 0xD4686C) is known color: Froly. HEX triplet: D4, 68 and 6C. RGB value is (212,104,108). Sum of RGB (Red+Green+Blue) = 212+104+108=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4686C is #2B9793. Grayscale: #888888. Windows color (decimal): -2856852 or 7104724. OLE color: 7104724.
HSL color Cylindrical-coordinate representation of color #D4686C: hue angle of 357.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4686C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 108 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.17 |
| HSL | 357.78º | 0.56% | 0.62% | - |
| HSV(B) | 357.78º | 0.51% | 0.83% | - |
| XYZ | 34.81 | 24.98 | 17.17 | - |
| YUV | 136.75 | 111.78 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 108 | 0 | 0.51 | 0.49 | 0.17 | 357.78 | 0.56 | 0.62 |
| Hex | D4 | 68 | 6C | 0 | 33 | 31 | 11 | 166 | 38 | 3E |
| Octal | 324 | 150 | 154 | 0 | 63 | 61 | 21 | 546 | 70 | 76 |
| Binary | 11010100 | 1101000 | 1101100 | 0 | 110011 | 110001 | 10001 | 101100110 | 111000 | 111110 |
Color Harmonies of #D4686C
Complementary color
Monochromatic Colors of #D4686C
Black with #D4686C
Text Example
Text Example
White with #D4686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4686C; }
p { color: rgb(212,104,108); }
H1.HeaderClassName
{
color: #D4686C;
}
.AnyTagClassName
{
color: #D4686C;
}
</style>
background-color css
<style>
a { background-color: #D4686C; }
a { background-color: rgb(212,104,108); }
div.DivClassName
{
background-color: #D4686C;
}
.BgClassName
{
background-color: #D4686C;
}
</style>
border-color css
<style>
span { border-color: #D4686C; }
span { border-color: rgb(212,104,108); }
td.TdClassName
{
border-color: #D4686C;
}
.TagClassName
{
border-color: #D4686C;
}
</style>