Shades of Froly #D96771
Tints of Froly #D96771
RGB
CMYK
RGB Variations
Color information
#D96771 (or 0xD96771) is known color: Froly. HEX triplet: D9, 67 and 71. RGB value is (217,103,113). Sum of RGB (Red+Green+Blue) = 217+103+113=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D96771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96771 is #26988E. Grayscale: #8A8A8A. Windows color (decimal): -2529423 or 7432153. OLE color: 7432153.
HSL color Cylindrical-coordinate representation of color #D96771: hue angle of 354.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 #D96771 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 113 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.15 |
| HSL | 354.74º | 0.6% | 0.63% | - |
| HSV(B) | 354.74º | 0.53% | 0.85% | - |
| XYZ | 36.45 | 25.64 | 18.65 | - |
| YUV | 138.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 113 | 0 | 0.53 | 0.48 | 0.15 | 354.74 | 0.6 | 0.63 |
| Hex | D9 | 67 | 71 | 0 | 35 | 30 | F | 163 | 3C | 3F |
| Octal | 331 | 147 | 161 | 0 | 65 | 60 | 17 | 543 | 74 | 77 |
| Binary | 11011001 | 1100111 | 1110001 | 0 | 110101 | 110000 | 1111 | 101100011 | 111100 | 111111 |
Color Harmonies of #D96771
Complementary color
Monochromatic Colors of #D96771
Black with #D96771
Text Example
Text Example
White with #D96771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96771; }
p { color: rgb(217,103,113); }
H1.HeaderClassName
{
color: #D96771;
}
.AnyTagClassName
{
color: #D96771;
}
</style>
background-color css
<style>
a { background-color: #D96771; }
a { background-color: rgb(217,103,113); }
div.DivClassName
{
background-color: #D96771;
}
.BgClassName
{
background-color: #D96771;
}
</style>
border-color css
<style>
span { border-color: #D96771; }
span { border-color: rgb(217,103,113); }
td.TdClassName
{
border-color: #D96771;
}
.TagClassName
{
border-color: #D96771;
}
</style>