Shades of Froly #D9696D
Tints of Froly #D9696D
RGB
CMYK
RGB Variations
Color information
#D9696D (or 0xD9696D) is known color: Froly. HEX triplet: D9, 69 and 6D. RGB value is (217,105,109). Sum of RGB (Red+Green+Blue) = 217+105+109=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9696D is #269692. Grayscale: #8B8B8B. Windows color (decimal): -2528915 or 7170521. OLE color: 7170521.
HSL color Cylindrical-coordinate representation of color #D9696D: hue angle of 357.86º 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 #D9696D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 109 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.15 |
| HSL | 357.86º | 0.6% | 0.63% | - |
| HSV(B) | 357.86º | 0.52% | 0.85% | - |
| XYZ | 36.43 | 25.96 | 17.56 | - |
| YUV | 138.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 109 | 0 | 0.52 | 0.50 | 0.15 | 357.86 | 0.6 | 0.63 |
| Hex | D9 | 69 | 6D | 0 | 34 | 32 | F | 166 | 3C | 3F |
| Octal | 331 | 151 | 155 | 0 | 64 | 62 | 17 | 546 | 74 | 77 |
| Binary | 11011001 | 1101001 | 1101101 | 0 | 110100 | 110010 | 1111 | 101100110 | 111100 | 111111 |
Color Harmonies of #D9696D
Complementary color
Monochromatic Colors of #D9696D
Black with #D9696D
Text Example
Text Example
White with #D9696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9696D; }
p { color: rgb(217,105,109); }
H1.HeaderClassName
{
color: #D9696D;
}
.AnyTagClassName
{
color: #D9696D;
}
</style>
background-color css
<style>
a { background-color: #D9696D; }
a { background-color: rgb(217,105,109); }
div.DivClassName
{
background-color: #D9696D;
}
.BgClassName
{
background-color: #D9696D;
}
</style>
border-color css
<style>
span { border-color: #D9696D; }
span { border-color: rgb(217,105,109); }
td.TdClassName
{
border-color: #D9696D;
}
.TagClassName
{
border-color: #D9696D;
}
</style>