Shades of Froly #D66872
Tints of Froly #D66872
RGB
CMYK
RGB Variations
Color information
#D66872 (or 0xD66872) is known color: Froly. HEX triplet: D6, 68 and 72. RGB value is (214,104,114). Sum of RGB (Red+Green+Blue) = 214+104+114=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D66872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66872 is #29978D. Grayscale: #8A8A8A. Windows color (decimal): -2725774 or 7497942. OLE color: 7497942.
HSL color Cylindrical-coordinate representation of color #D66872: hue angle of 354.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66872 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 114 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.16 |
| HSL | 354.55º | 0.57% | 0.62% | - |
| HSV(B) | 354.55º | 0.51% | 0.84% | - |
| XYZ | 35.72 | 25.41 | 18.94 | - |
| YUV | 138.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 114 | 0 | 0.51 | 0.47 | 0.16 | 354.55 | 0.57 | 0.62 |
| Hex | D6 | 68 | 72 | 0 | 33 | 2F | 10 | 163 | 39 | 3E |
| Octal | 326 | 150 | 162 | 0 | 63 | 57 | 20 | 543 | 71 | 76 |
| Binary | 11010110 | 1101000 | 1110010 | 0 | 110011 | 101111 | 10000 | 101100011 | 111001 | 111110 |
Color Harmonies of #D66872
Complementary color
Monochromatic Colors of #D66872
Black with #D66872
Text Example
Text Example
White with #D66872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66872; }
p { color: rgb(214,104,114); }
H1.HeaderClassName
{
color: #D66872;
}
.AnyTagClassName
{
color: #D66872;
}
</style>
background-color css
<style>
a { background-color: #D66872; }
a { background-color: rgb(214,104,114); }
div.DivClassName
{
background-color: #D66872;
}
.BgClassName
{
background-color: #D66872;
}
</style>
border-color css
<style>
span { border-color: #D66872; }
span { border-color: rgb(214,104,114); }
td.TdClassName
{
border-color: #D66872;
}
.TagClassName
{
border-color: #D66872;
}
</style>