Shades of Froly #D96A74
Tints of Froly #D96A74
RGB
CMYK
RGB Variations
Color information
#D96A74 (or 0xD96A74) is known color: Froly. HEX triplet: D9, 6A and 74. RGB value is (217,106,116). Sum of RGB (Red+Green+Blue) = 217+106+116=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A74 is #26958B. Grayscale: #8C8C8C. Windows color (decimal): -2528652 or 7629529. OLE color: 7629529.
HSL color Cylindrical-coordinate representation of color #D96A74: hue angle of 354.59º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A74 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 116 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.15 |
| HSL | 354.59º | 0.59% | 0.63% | - |
| HSV(B) | 354.59º | 0.51% | 0.85% | - |
| XYZ | 36.92 | 26.32 | 19.66 | - |
| YUV | 140.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 116 | 0 | 0.51 | 0.47 | 0.15 | 354.59 | 0.59 | 0.63 |
| Hex | D9 | 6A | 74 | 0 | 33 | 2F | F | 163 | 3B | 3F |
| Octal | 331 | 152 | 164 | 0 | 63 | 57 | 17 | 543 | 73 | 77 |
| Binary | 11011001 | 1101010 | 1110100 | 0 | 110011 | 101111 | 1111 | 101100011 | 111011 | 111111 |
Color Harmonies of #D96A74
Complementary color
Monochromatic Colors of #D96A74
Black with #D96A74
Text Example
Text Example
White with #D96A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A74; }
p { color: rgb(217,106,116); }
H1.HeaderClassName
{
color: #D96A74;
}
.AnyTagClassName
{
color: #D96A74;
}
</style>
background-color css
<style>
a { background-color: #D96A74; }
a { background-color: rgb(217,106,116); }
div.DivClassName
{
background-color: #D96A74;
}
.BgClassName
{
background-color: #D96A74;
}
</style>
border-color css
<style>
span { border-color: #D96A74; }
span { border-color: rgb(217,106,116); }
td.TdClassName
{
border-color: #D96A74;
}
.TagClassName
{
border-color: #D96A74;
}
</style>