Shades of Froly #D46D6E
Tints of Froly #D46D6E
RGB
CMYK
RGB Variations
Color information
#D46D6E (or 0xD46D6E) is known color: Froly. HEX triplet: D4, 6D and 6E. RGB value is (212,109,110). Sum of RGB (Red+Green+Blue) = 212+109+110=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46D6E is #2B9291. Grayscale: #8C8C8C. Windows color (decimal): -2855570 or 7237076. OLE color: 7237076.
HSL color Cylindrical-coordinate representation of color #D46D6E: hue angle of 359.42º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46D6E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 110 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.17 |
| HSL | 359.42º | 0.54% | 0.63% | - |
| HSV(B) | 359.42º | 0.49% | 0.83% | - |
| XYZ | 35.43 | 26.06 | 17.91 | - |
| YUV | 139.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 110 | 0 | 0.49 | 0.48 | 0.17 | 359.42 | 0.54 | 0.63 |
| Hex | D4 | 6D | 6E | 0 | 31 | 30 | 11 | 167 | 36 | 3F |
| Octal | 324 | 155 | 156 | 0 | 61 | 60 | 21 | 547 | 66 | 77 |
| Binary | 11010100 | 1101101 | 1101110 | 0 | 110001 | 110000 | 10001 | 101100111 | 110110 | 111111 |
Color Harmonies of #D46D6E
Complementary color
Monochromatic Colors of #D46D6E
Black with #D46D6E
Text Example
Text Example
White with #D46D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D6E; }
p { color: rgb(212,109,110); }
H1.HeaderClassName
{
color: #D46D6E;
}
.AnyTagClassName
{
color: #D46D6E;
}
</style>
background-color css
<style>
a { background-color: #D46D6E; }
a { background-color: rgb(212,109,110); }
div.DivClassName
{
background-color: #D46D6E;
}
.BgClassName
{
background-color: #D46D6E;
}
</style>
border-color css
<style>
span { border-color: #D46D6E; }
span { border-color: rgb(212,109,110); }
td.TdClassName
{
border-color: #D46D6E;
}
.TagClassName
{
border-color: #D46D6E;
}
</style>