Shades of Froly #D96672
Tints of Froly #D96672
RGB
CMYK
RGB Variations
Color information
#D96672 (or 0xD96672) is known color: Froly. HEX triplet: D9, 66 and 72. RGB value is (217,102,114). Sum of RGB (Red+Green+Blue) = 217+102+114=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D96672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96672 is #26998D. Grayscale: #898989. Windows color (decimal): -2529678 or 7497433. OLE color: 7497433.
HSL color Cylindrical-coordinate representation of color #D96672: hue angle of 353.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96672 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 114 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.15 |
| HSL | 353.74º | 0.6% | 0.63% | - |
| HSV(B) | 353.74º | 0.53% | 0.85% | - |
| XYZ | 36.4 | 25.47 | 18.92 | - |
| YUV | 137.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 114 | 0 | 0.53 | 0.47 | 0.15 | 353.74 | 0.6 | 0.63 |
| Hex | D9 | 66 | 72 | 0 | 35 | 2F | F | 162 | 3C | 3F |
| Octal | 331 | 146 | 162 | 0 | 65 | 57 | 17 | 542 | 74 | 77 |
| Binary | 11011001 | 1100110 | 1110010 | 0 | 110101 | 101111 | 1111 | 101100010 | 111100 | 111111 |
Color Harmonies of #D96672
Complementary color
Monochromatic Colors of #D96672
Black with #D96672
Text Example
Text Example
White with #D96672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96672; }
p { color: rgb(217,102,114); }
H1.HeaderClassName
{
color: #D96672;
}
.AnyTagClassName
{
color: #D96672;
}
</style>
background-color css
<style>
a { background-color: #D96672; }
a { background-color: rgb(217,102,114); }
div.DivClassName
{
background-color: #D96672;
}
.BgClassName
{
background-color: #D96672;
}
</style>
border-color css
<style>
span { border-color: #D96672; }
span { border-color: rgb(217,102,114); }
td.TdClassName
{
border-color: #D96672;
}
.TagClassName
{
border-color: #D96672;
}
</style>