Shades of Froly #D9696C
Tints of Froly #D9696C
RGB
CMYK
RGB Variations
Color information
#D9696C (or 0xD9696C) is known color: Froly. HEX triplet: D9, 69 and 6C. RGB value is (217,105,108). Sum of RGB (Red+Green+Blue) = 217+105+108=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9696C is #269693. Grayscale: #8A8A8A. Windows color (decimal): -2528916 or 7104985. OLE color: 7104985.
HSL color Cylindrical-coordinate representation of color #D9696C: hue angle of 358.39º 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 #D9696C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 108 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.15 |
| HSL | 358.39º | 0.6% | 0.63% | - |
| HSV(B) | 358.39º | 0.52% | 0.85% | - |
| XYZ | 36.37 | 25.94 | 17.28 | - |
| YUV | 138.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 108 | 0 | 0.52 | 0.50 | 0.15 | 358.39 | 0.6 | 0.63 |
| Hex | D9 | 69 | 6C | 0 | 34 | 32 | F | 166 | 3C | 3F |
| Octal | 331 | 151 | 154 | 0 | 64 | 62 | 17 | 546 | 74 | 77 |
| Binary | 11011001 | 1101001 | 1101100 | 0 | 110100 | 110010 | 1111 | 101100110 | 111100 | 111111 |
Color Harmonies of #D9696C
Complementary color
Monochromatic Colors of #D9696C
Black with #D9696C
Text Example
Text Example
White with #D9696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9696C; }
p { color: rgb(217,105,108); }
H1.HeaderClassName
{
color: #D9696C;
}
.AnyTagClassName
{
color: #D9696C;
}
</style>
background-color css
<style>
a { background-color: #D9696C; }
a { background-color: rgb(217,105,108); }
div.DivClassName
{
background-color: #D9696C;
}
.BgClassName
{
background-color: #D9696C;
}
</style>
border-color css
<style>
span { border-color: #D9696C; }
span { border-color: rgb(217,105,108); }
td.TdClassName
{
border-color: #D9696C;
}
.TagClassName
{
border-color: #D9696C;
}
</style>