Shades of Froly #D97072
Tints of Froly #D97072
RGB
CMYK
RGB Variations
Color information
#D97072 (or 0xD97072) is known color: Froly. HEX triplet: D9, 70 and 72. RGB value is (217,112,114). Sum of RGB (Red+Green+Blue) = 217+112+114=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D97072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97072 is #268F8D. Grayscale: #8F8F8F. Windows color (decimal): -2527118 or 7499993. OLE color: 7499993.
HSL color Cylindrical-coordinate representation of color #D97072: hue angle of 358.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97072 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 114 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.15 |
| HSL | 358.86º | 0.58% | 0.65% | - |
| HSV(B) | 358.86º | 0.48% | 0.85% | - |
| XYZ | 37.45 | 27.55 | 19.26 | - |
| YUV | 143.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 114 | 0 | 0.48 | 0.47 | 0.15 | 358.86 | 0.58 | 0.65 |
| Hex | D9 | 70 | 72 | 0 | 30 | 2F | F | 167 | 3A | 41 |
| Octal | 331 | 160 | 162 | 0 | 60 | 57 | 17 | 547 | 72 | 101 |
| Binary | 11011001 | 1110000 | 1110010 | 0 | 110000 | 101111 | 1111 | 101100111 | 111010 | 1000001 |
Color Harmonies of #D97072
Complementary color
Monochromatic Colors of #D97072
Black with #D97072
Text Example
Text Example
White with #D97072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97072; }
p { color: rgb(217,112,114); }
H1.HeaderClassName
{
color: #D97072;
}
.AnyTagClassName
{
color: #D97072;
}
</style>
background-color css
<style>
a { background-color: #D97072; }
a { background-color: rgb(217,112,114); }
div.DivClassName
{
background-color: #D97072;
}
.BgClassName
{
background-color: #D97072;
}
</style>
border-color css
<style>
span { border-color: #D97072; }
span { border-color: rgb(217,112,114); }
td.TdClassName
{
border-color: #D97072;
}
.TagClassName
{
border-color: #D97072;
}
</style>