Shades of Froly #D66873
Tints of Froly #D66873
RGB
CMYK
RGB Variations
Color information
#D66873 (or 0xD66873) is known color: Froly. HEX triplet: D6, 68 and 73. RGB value is (214,104,115). Sum of RGB (Red+Green+Blue) = 214+104+115=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D66873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66873 is #29978C. Grayscale: #8A8A8A. Windows color (decimal): -2725773 or 7563478. OLE color: 7563478.
HSL color Cylindrical-coordinate representation of color #D66873: hue angle of 354º 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 #D66873 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 115 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.16 |
| HSL | 354º | 0.57% | 0.62% | - |
| HSV(B) | 354º | 0.51% | 0.84% | - |
| XYZ | 35.78 | 25.43 | 19.24 | - |
| YUV | 138.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 115 | 0 | 0.51 | 0.46 | 0.16 | 354 | 0.57 | 0.62 |
| Hex | D6 | 68 | 73 | 0 | 33 | 2E | 10 | 162 | 39 | 3E |
| Octal | 326 | 150 | 163 | 0 | 63 | 56 | 20 | 542 | 71 | 76 |
| Binary | 11010110 | 1101000 | 1110011 | 0 | 110011 | 101110 | 10000 | 101100010 | 111001 | 111110 |
Color Harmonies of #D66873
Complementary color
Monochromatic Colors of #D66873
Black with #D66873
Text Example
Text Example
White with #D66873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66873; }
p { color: rgb(214,104,115); }
H1.HeaderClassName
{
color: #D66873;
}
.AnyTagClassName
{
color: #D66873;
}
</style>
background-color css
<style>
a { background-color: #D66873; }
a { background-color: rgb(214,104,115); }
div.DivClassName
{
background-color: #D66873;
}
.BgClassName
{
background-color: #D66873;
}
</style>
border-color css
<style>
span { border-color: #D66873; }
span { border-color: rgb(214,104,115); }
td.TdClassName
{
border-color: #D66873;
}
.TagClassName
{
border-color: #D66873;
}
</style>