Shades of Froly #D97078
Tints of Froly #D97078
RGB
CMYK
RGB Variations
Color information
#D97078 (or 0xD97078) is known color: Froly. HEX triplet: D9, 70 and 78. RGB value is (217,112,120). Sum of RGB (Red+Green+Blue) = 217+112+120=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D97078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97078 is #268F87. Grayscale: #909090. Windows color (decimal): -2527112 or 7893209. OLE color: 7893209.
HSL color Cylindrical-coordinate representation of color #D97078: hue angle of 355.43º 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 #D97078 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 120 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.15 |
| HSL | 355.43º | 0.58% | 0.65% | - |
| HSV(B) | 355.43º | 0.48% | 0.85% | - |
| XYZ | 37.8 | 27.7 | 21.12 | - |
| YUV | 144.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 120 | 0 | 0.48 | 0.45 | 0.15 | 355.43 | 0.58 | 0.65 |
| Hex | D9 | 70 | 78 | 0 | 30 | 2D | F | 163 | 3A | 41 |
| Octal | 331 | 160 | 170 | 0 | 60 | 55 | 17 | 543 | 72 | 101 |
| Binary | 11011001 | 1110000 | 1111000 | 0 | 110000 | 101101 | 1111 | 101100011 | 111010 | 1000001 |
Color Harmonies of #D97078
Complementary color
Monochromatic Colors of #D97078
Black with #D97078
Text Example
Text Example
White with #D97078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97078; }
p { color: rgb(217,112,120); }
H1.HeaderClassName
{
color: #D97078;
}
.AnyTagClassName
{
color: #D97078;
}
</style>
background-color css
<style>
a { background-color: #D97078; }
a { background-color: rgb(217,112,120); }
div.DivClassName
{
background-color: #D97078;
}
.BgClassName
{
background-color: #D97078;
}
</style>
border-color css
<style>
span { border-color: #D97078; }
span { border-color: rgb(217,112,120); }
td.TdClassName
{
border-color: #D97078;
}
.TagClassName
{
border-color: #D97078;
}
</style>