Shades of Froly #D9686D
Tints of Froly #D9686D
RGB
CMYK
RGB Variations
Color information
#D9686D (or 0xD9686D) is known color: Froly. HEX triplet: D9, 68 and 6D. RGB value is (217,104,109). Sum of RGB (Red+Green+Blue) = 217+104+109=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9686D is #269792. Grayscale: #8A8A8A. Windows color (decimal): -2529171 or 7170265. OLE color: 7170265.
HSL color Cylindrical-coordinate representation of color #D9686D: hue angle of 357.35º 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 #D9686D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 109 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.15 |
| HSL | 357.35º | 0.6% | 0.63% | - |
| HSV(B) | 357.35º | 0.52% | 0.85% | - |
| XYZ | 36.33 | 25.76 | 17.52 | - |
| YUV | 138.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 109 | 0 | 0.52 | 0.50 | 0.15 | 357.35 | 0.6 | 0.63 |
| Hex | D9 | 68 | 6D | 0 | 34 | 32 | F | 165 | 3C | 3F |
| Octal | 331 | 150 | 155 | 0 | 64 | 62 | 17 | 545 | 74 | 77 |
| Binary | 11011001 | 1101000 | 1101101 | 0 | 110100 | 110010 | 1111 | 101100101 | 111100 | 111111 |
Color Harmonies of #D9686D
Complementary color
Monochromatic Colors of #D9686D
Black with #D9686D
Text Example
Text Example
White with #D9686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9686D; }
p { color: rgb(217,104,109); }
H1.HeaderClassName
{
color: #D9686D;
}
.AnyTagClassName
{
color: #D9686D;
}
</style>
background-color css
<style>
a { background-color: #D9686D; }
a { background-color: rgb(217,104,109); }
div.DivClassName
{
background-color: #D9686D;
}
.BgClassName
{
background-color: #D9686D;
}
</style>
border-color css
<style>
span { border-color: #D9686D; }
span { border-color: rgb(217,104,109); }
td.TdClassName
{
border-color: #D9686D;
}
.TagClassName
{
border-color: #D9686D;
}
</style>