Shades of Froly #D9696B
Tints of Froly #D9696B
RGB
CMYK
RGB Variations
Color information
#D9696B (or 0xD9696B) is known color: Froly. HEX triplet: D9, 69 and 6B. RGB value is (217,105,107). Sum of RGB (Red+Green+Blue) = 217+105+107=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9696B is #269694. Grayscale: #8A8A8A. Windows color (decimal): -2528917 or 7039449. OLE color: 7039449.
HSL color Cylindrical-coordinate representation of color #D9696B: hue angle of 358.93º 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 #D9696B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 107 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.15 |
| HSL | 358.93º | 0.6% | 0.63% | - |
| HSV(B) | 358.93º | 0.52% | 0.85% | - |
| XYZ | 36.32 | 25.92 | 17 | - |
| YUV | 138.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 107 | 0 | 0.52 | 0.51 | 0.15 | 358.93 | 0.6 | 0.63 |
| Hex | D9 | 69 | 6B | 0 | 34 | 33 | F | 167 | 3C | 3F |
| Octal | 331 | 151 | 153 | 0 | 64 | 63 | 17 | 547 | 74 | 77 |
| Binary | 11011001 | 1101001 | 1101011 | 0 | 110100 | 110011 | 1111 | 101100111 | 111100 | 111111 |
Color Harmonies of #D9696B
Complementary color
Monochromatic Colors of #D9696B
Black with #D9696B
Text Example
Text Example
White with #D9696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9696B; }
p { color: rgb(217,105,107); }
H1.HeaderClassName
{
color: #D9696B;
}
.AnyTagClassName
{
color: #D9696B;
}
</style>
background-color css
<style>
a { background-color: #D9696B; }
a { background-color: rgb(217,105,107); }
div.DivClassName
{
background-color: #D9696B;
}
.BgClassName
{
background-color: #D9696B;
}
</style>
border-color css
<style>
span { border-color: #D9696B; }
span { border-color: rgb(217,105,107); }
td.TdClassName
{
border-color: #D9696B;
}
.TagClassName
{
border-color: #D9696B;
}
</style>