Shades of Froly #D96972
Tints of Froly #D96972
RGB
CMYK
RGB Variations
Color information
#D96972 (or 0xD96972) is known color: Froly. HEX triplet: D9, 69 and 72. RGB value is (217,105,114). Sum of RGB (Red+Green+Blue) = 217+105+114=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D96972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96972 is #26968D. Grayscale: #8B8B8B. Windows color (decimal): -2528910 or 7498201. OLE color: 7498201.
HSL color Cylindrical-coordinate representation of color #D96972: hue angle of 355.18º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96972 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 114 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.15 |
| HSL | 355.18º | 0.6% | 0.63% | - |
| HSV(B) | 355.18º | 0.52% | 0.85% | - |
| XYZ | 36.7 | 26.07 | 19.02 | - |
| YUV | 139.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 114 | 0 | 0.52 | 0.47 | 0.15 | 355.18 | 0.6 | 0.63 |
| Hex | D9 | 69 | 72 | 0 | 34 | 2F | F | 163 | 3C | 3F |
| Octal | 331 | 151 | 162 | 0 | 64 | 57 | 17 | 543 | 74 | 77 |
| Binary | 11011001 | 1101001 | 1110010 | 0 | 110100 | 101111 | 1111 | 101100011 | 111100 | 111111 |
Color Harmonies of #D96972
Complementary color
Monochromatic Colors of #D96972
Black with #D96972
Text Example
Text Example
White with #D96972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96972; }
p { color: rgb(217,105,114); }
H1.HeaderClassName
{
color: #D96972;
}
.AnyTagClassName
{
color: #D96972;
}
</style>
background-color css
<style>
a { background-color: #D96972; }
a { background-color: rgb(217,105,114); }
div.DivClassName
{
background-color: #D96972;
}
.BgClassName
{
background-color: #D96972;
}
</style>
border-color css
<style>
span { border-color: #D96972; }
span { border-color: rgb(217,105,114); }
td.TdClassName
{
border-color: #D96972;
}
.TagClassName
{
border-color: #D96972;
}
</style>