Shades of Froly #D8696B
Tints of Froly #D8696B
RGB
CMYK
RGB Variations
Color information
#D8696B (or 0xD8696B) is known color: Froly. HEX triplet: D8, 69 and 6B. RGB value is (216,105,107). Sum of RGB (Red+Green+Blue) = 216+105+107=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8696B is #279694. Grayscale: #8A8A8A. Windows color (decimal): -2594453 or 7039448. OLE color: 7039448.
HSL color Cylindrical-coordinate representation of color #D8696B: hue angle of 358.92º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8696B is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 107 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.15 |
| HSL | 358.92º | 0.59% | 0.63% | - |
| HSV(B) | 358.92º | 0.51% | 0.85% | - |
| XYZ | 36.02 | 25.76 | 16.98 | - |
| YUV | 138.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 107 | 0 | 0.51 | 0.50 | 0.15 | 358.92 | 0.59 | 0.63 |
| Hex | D8 | 69 | 6B | 0 | 33 | 32 | F | 167 | 3B | 3F |
| Octal | 330 | 151 | 153 | 0 | 63 | 62 | 17 | 547 | 73 | 77 |
| Binary | 11011000 | 1101001 | 1101011 | 0 | 110011 | 110010 | 1111 | 101100111 | 111011 | 111111 |
Color Harmonies of #D8696B
Complementary color
Monochromatic Colors of #D8696B
Black with #D8696B
Text Example
Text Example
White with #D8696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8696B; }
p { color: rgb(216,105,107); }
H1.HeaderClassName
{
color: #D8696B;
}
.AnyTagClassName
{
color: #D8696B;
}
</style>
background-color css
<style>
a { background-color: #D8696B; }
a { background-color: rgb(216,105,107); }
div.DivClassName
{
background-color: #D8696B;
}
.BgClassName
{
background-color: #D8696B;
}
</style>
border-color css
<style>
span { border-color: #D8696B; }
span { border-color: rgb(216,105,107); }
td.TdClassName
{
border-color: #D8696B;
}
.TagClassName
{
border-color: #D8696B;
}
</style>