Shades of Froly #D96772
Tints of Froly #D96772
RGB
CMYK
RGB Variations
Color information
#D96772 (or 0xD96772) is known color: Froly. HEX triplet: D9, 67 and 72. RGB value is (217,103,114). Sum of RGB (Red+Green+Blue) = 217+103+114=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D96772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96772 is #26988D. Grayscale: #8A8A8A. Windows color (decimal): -2529422 or 7497689. OLE color: 7497689.
HSL color Cylindrical-coordinate representation of color #D96772: hue angle of 354.21º 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 #D96772 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 114 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.15 |
| HSL | 354.21º | 0.6% | 0.63% | - |
| HSV(B) | 354.21º | 0.53% | 0.85% | - |
| XYZ | 36.5 | 25.67 | 18.95 | - |
| YUV | 138.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 114 | 0 | 0.53 | 0.47 | 0.15 | 354.21 | 0.6 | 0.63 |
| Hex | D9 | 67 | 72 | 0 | 35 | 2F | F | 162 | 3C | 3F |
| Octal | 331 | 147 | 162 | 0 | 65 | 57 | 17 | 542 | 74 | 77 |
| Binary | 11011001 | 1100111 | 1110010 | 0 | 110101 | 101111 | 1111 | 101100010 | 111100 | 111111 |
Color Harmonies of #D96772
Complementary color
Monochromatic Colors of #D96772
Black with #D96772
Text Example
Text Example
White with #D96772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96772; }
p { color: rgb(217,103,114); }
H1.HeaderClassName
{
color: #D96772;
}
.AnyTagClassName
{
color: #D96772;
}
</style>
background-color css
<style>
a { background-color: #D96772; }
a { background-color: rgb(217,103,114); }
div.DivClassName
{
background-color: #D96772;
}
.BgClassName
{
background-color: #D96772;
}
</style>
border-color css
<style>
span { border-color: #D96772; }
span { border-color: rgb(217,103,114); }
td.TdClassName
{
border-color: #D96772;
}
.TagClassName
{
border-color: #D96772;
}
</style>