Shades of Froly #D66772
Tints of Froly #D66772
RGB
CMYK
RGB Variations
Color information
#D66772 (or 0xD66772) is known color: Froly. HEX triplet: D6, 67 and 72. RGB value is (214,103,114). Sum of RGB (Red+Green+Blue) = 214+103+114=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66772 is #29988D. Grayscale: #898989. Windows color (decimal): -2726030 or 7497686. OLE color: 7497686.
HSL color Cylindrical-coordinate representation of color #D66772: hue angle of 354.05º 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 #D66772 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 114 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.16 |
| HSL | 354.05º | 0.58% | 0.62% | - |
| HSV(B) | 354.05º | 0.52% | 0.84% | - |
| XYZ | 35.62 | 25.21 | 18.91 | - |
| YUV | 137.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 114 | 0 | 0.52 | 0.47 | 0.16 | 354.05 | 0.58 | 0.62 |
| Hex | D6 | 67 | 72 | 0 | 34 | 2F | 10 | 162 | 3A | 3E |
| Octal | 326 | 147 | 162 | 0 | 64 | 57 | 20 | 542 | 72 | 76 |
| Binary | 11010110 | 1100111 | 1110010 | 0 | 110100 | 101111 | 10000 | 101100010 | 111010 | 111110 |
Color Harmonies of #D66772
Complementary color
Monochromatic Colors of #D66772
Black with #D66772
Text Example
Text Example
White with #D66772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66772; }
p { color: rgb(214,103,114); }
H1.HeaderClassName
{
color: #D66772;
}
.AnyTagClassName
{
color: #D66772;
}
</style>
background-color css
<style>
a { background-color: #D66772; }
a { background-color: rgb(214,103,114); }
div.DivClassName
{
background-color: #D66772;
}
.BgClassName
{
background-color: #D66772;
}
</style>
border-color css
<style>
span { border-color: #D66772; }
span { border-color: rgb(214,103,114); }
td.TdClassName
{
border-color: #D66772;
}
.TagClassName
{
border-color: #D66772;
}
</style>