Shades of Froly #D96970
Tints of Froly #D96970
RGB
CMYK
RGB Variations
Color information
#D96970 (or 0xD96970) is known color: Froly. HEX triplet: D9, 69 and 70. RGB value is (217,105,112). Sum of RGB (Red+Green+Blue) = 217+105+112=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D96970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96970 is #26968F. Grayscale: #8B8B8B. Windows color (decimal): -2528912 or 7367129. OLE color: 7367129.
HSL color Cylindrical-coordinate representation of color #D96970: hue angle of 356.25º 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 #D96970 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 112 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.15 |
| HSL | 356.25º | 0.6% | 0.63% | - |
| HSV(B) | 356.25º | 0.52% | 0.85% | - |
| XYZ | 36.59 | 26.02 | 18.42 | - |
| YUV | 139.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 112 | 0 | 0.52 | 0.48 | 0.15 | 356.25 | 0.6 | 0.63 |
| Hex | D9 | 69 | 70 | 0 | 34 | 30 | F | 164 | 3C | 3F |
| Octal | 331 | 151 | 160 | 0 | 64 | 60 | 17 | 544 | 74 | 77 |
| Binary | 11011001 | 1101001 | 1110000 | 0 | 110100 | 110000 | 1111 | 101100100 | 111100 | 111111 |
Color Harmonies of #D96970
Complementary color
Monochromatic Colors of #D96970
Black with #D96970
Text Example
Text Example
White with #D96970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96970; }
p { color: rgb(217,105,112); }
H1.HeaderClassName
{
color: #D96970;
}
.AnyTagClassName
{
color: #D96970;
}
</style>
background-color css
<style>
a { background-color: #D96970; }
a { background-color: rgb(217,105,112); }
div.DivClassName
{
background-color: #D96970;
}
.BgClassName
{
background-color: #D96970;
}
</style>
border-color css
<style>
span { border-color: #D96970; }
span { border-color: rgb(217,105,112); }
td.TdClassName
{
border-color: #D96970;
}
.TagClassName
{
border-color: #D96970;
}
</style>