Shades of Froly #D66776
Tints of Froly #D66776
RGB
CMYK
RGB Variations
Color information
#D66776 (or 0xD66776) is known color: Froly. HEX triplet: D6, 67 and 76. RGB value is (214,103,118). Sum of RGB (Red+Green+Blue) = 214+103+118=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D66776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66776 is #299889. Grayscale: #898989. Windows color (decimal): -2726026 or 7759830. OLE color: 7759830.
HSL color Cylindrical-coordinate representation of color #D66776: hue angle of 351.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66776 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 118 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.16 |
| HSL | 351.89º | 0.58% | 0.62% | - |
| HSV(B) | 351.89º | 0.52% | 0.84% | - |
| XYZ | 35.85 | 25.3 | 20.13 | - |
| YUV | 137.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 118 | 0 | 0.52 | 0.45 | 0.16 | 351.89 | 0.58 | 0.62 |
| Hex | D6 | 67 | 76 | 0 | 34 | 2D | 10 | 160 | 3A | 3E |
| Octal | 326 | 147 | 166 | 0 | 64 | 55 | 20 | 540 | 72 | 76 |
| Binary | 11010110 | 1100111 | 1110110 | 0 | 110100 | 101101 | 10000 | 101100000 | 111010 | 111110 |
Color Harmonies of #D66776
Complementary color
Monochromatic Colors of #D66776
Black with #D66776
Text Example
Text Example
White with #D66776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66776; }
p { color: rgb(214,103,118); }
H1.HeaderClassName
{
color: #D66776;
}
.AnyTagClassName
{
color: #D66776;
}
</style>
background-color css
<style>
a { background-color: #D66776; }
a { background-color: rgb(214,103,118); }
div.DivClassName
{
background-color: #D66776;
}
.BgClassName
{
background-color: #D66776;
}
</style>
border-color css
<style>
span { border-color: #D66776; }
span { border-color: rgb(214,103,118); }
td.TdClassName
{
border-color: #D66776;
}
.TagClassName
{
border-color: #D66776;
}
</style>