Shades of Froly #D96B75
Tints of Froly #D96B75
RGB
CMYK
RGB Variations
Color information
#D96B75 (or 0xD96B75) is known color: Froly. HEX triplet: D9, 6B and 75. RGB value is (217,107,117). Sum of RGB (Red+Green+Blue) = 217+107+117=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B75 is #26948A. Grayscale: #8D8D8D. Windows color (decimal): -2528395 or 7695321. OLE color: 7695321.
HSL color Cylindrical-coordinate representation of color #D96B75: hue angle of 354.55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B75 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 117 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.15 |
| HSL | 354.55º | 0.59% | 0.64% | - |
| HSV(B) | 354.55º | 0.51% | 0.85% | - |
| XYZ | 37.08 | 26.55 | 20 | - |
| YUV | 141.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 117 | 0 | 0.51 | 0.46 | 0.15 | 354.55 | 0.59 | 0.64 |
| Hex | D9 | 6B | 75 | 0 | 33 | 2E | F | 163 | 3B | 40 |
| Octal | 331 | 153 | 165 | 0 | 63 | 56 | 17 | 543 | 73 | 100 |
| Binary | 11011001 | 1101011 | 1110101 | 0 | 110011 | 101110 | 1111 | 101100011 | 111011 | 1000000 |
Color Harmonies of #D96B75
Complementary color
Monochromatic Colors of #D96B75
Black with #D96B75
Text Example
Text Example
White with #D96B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B75; }
p { color: rgb(217,107,117); }
H1.HeaderClassName
{
color: #D96B75;
}
.AnyTagClassName
{
color: #D96B75;
}
</style>
background-color css
<style>
a { background-color: #D96B75; }
a { background-color: rgb(217,107,117); }
div.DivClassName
{
background-color: #D96B75;
}
.BgClassName
{
background-color: #D96B75;
}
</style>
border-color css
<style>
span { border-color: #D96B75; }
span { border-color: rgb(217,107,117); }
td.TdClassName
{
border-color: #D96B75;
}
.TagClassName
{
border-color: #D96B75;
}
</style>