Shades of Froly #D96A75
Tints of Froly #D96A75
RGB
CMYK
RGB Variations
Color information
#D96A75 (or 0xD96A75) is known color: Froly. HEX triplet: D9, 6A and 75. RGB value is (217,106,117). Sum of RGB (Red+Green+Blue) = 217+106+117=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A75 is #26958A. Grayscale: #8C8C8C. Windows color (decimal): -2528651 or 7695065. OLE color: 7695065.
HSL color Cylindrical-coordinate representation of color #D96A75: hue angle of 354.05º 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 #D96A75 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 117 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.15 |
| HSL | 354.05º | 0.59% | 0.63% | - |
| HSV(B) | 354.05º | 0.51% | 0.85% | - |
| XYZ | 36.98 | 26.34 | 19.97 | - |
| YUV | 140.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 117 | 0 | 0.51 | 0.46 | 0.15 | 354.05 | 0.59 | 0.63 |
| Hex | D9 | 6A | 75 | 0 | 33 | 2E | F | 162 | 3B | 3F |
| Octal | 331 | 152 | 165 | 0 | 63 | 56 | 17 | 542 | 73 | 77 |
| Binary | 11011001 | 1101010 | 1110101 | 0 | 110011 | 101110 | 1111 | 101100010 | 111011 | 111111 |
Color Harmonies of #D96A75
Complementary color
Monochromatic Colors of #D96A75
Black with #D96A75
Text Example
Text Example
White with #D96A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A75; }
p { color: rgb(217,106,117); }
H1.HeaderClassName
{
color: #D96A75;
}
.AnyTagClassName
{
color: #D96A75;
}
</style>
background-color css
<style>
a { background-color: #D96A75; }
a { background-color: rgb(217,106,117); }
div.DivClassName
{
background-color: #D96A75;
}
.BgClassName
{
background-color: #D96A75;
}
</style>
border-color css
<style>
span { border-color: #D96A75; }
span { border-color: rgb(217,106,117); }
td.TdClassName
{
border-color: #D96A75;
}
.TagClassName
{
border-color: #D96A75;
}
</style>