Shades of Froly #D96774
Tints of Froly #D96774
RGB
CMYK
RGB Variations
Color information
#D96774 (or 0xD96774) is known color: Froly. HEX triplet: D9, 67 and 74. RGB value is (217,103,116). Sum of RGB (Red+Green+Blue) = 217+103+116=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D96774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96774 is #26988B. Grayscale: #8A8A8A. Windows color (decimal): -2529420 or 7628761. OLE color: 7628761.
HSL color Cylindrical-coordinate representation of color #D96774: hue angle of 353.16º 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 #D96774 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 116 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.15 |
| HSL | 353.16º | 0.6% | 0.63% | - |
| HSV(B) | 353.16º | 0.53% | 0.85% | - |
| XYZ | 36.62 | 25.71 | 19.56 | - |
| YUV | 138.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 116 | 0 | 0.53 | 0.47 | 0.15 | 353.16 | 0.6 | 0.63 |
| Hex | D9 | 67 | 74 | 0 | 35 | 2F | F | 161 | 3C | 3F |
| Octal | 331 | 147 | 164 | 0 | 65 | 57 | 17 | 541 | 74 | 77 |
| Binary | 11011001 | 1100111 | 1110100 | 0 | 110101 | 101111 | 1111 | 101100001 | 111100 | 111111 |
Color Harmonies of #D96774
Complementary color
Monochromatic Colors of #D96774
Black with #D96774
Text Example
Text Example
White with #D96774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96774; }
p { color: rgb(217,103,116); }
H1.HeaderClassName
{
color: #D96774;
}
.AnyTagClassName
{
color: #D96774;
}
</style>
background-color css
<style>
a { background-color: #D96774; }
a { background-color: rgb(217,103,116); }
div.DivClassName
{
background-color: #D96774;
}
.BgClassName
{
background-color: #D96774;
}
</style>
border-color css
<style>
span { border-color: #D96774; }
span { border-color: rgb(217,103,116); }
td.TdClassName
{
border-color: #D96774;
}
.TagClassName
{
border-color: #D96774;
}
</style>