Shades of Froly #D2686B
Tints of Froly #D2686B
RGB
CMYK
RGB Variations
Color information
#D2686B (or 0xD2686B) is known color: Froly. HEX triplet: D2, 68 and 6B. RGB value is (210,104,107). Sum of RGB (Red+Green+Blue) = 210+104+107=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2686B is #2D9794. Grayscale: #888888. Windows color (decimal): -2987925 or 7039186. OLE color: 7039186.
HSL color Cylindrical-coordinate representation of color #D2686B: hue angle of 358.3º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2686B is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 107 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.18 |
| HSL | 358.3º | 0.54% | 0.62% | - |
| HSV(B) | 358.3º | 0.5% | 0.82% | - |
| XYZ | 34.18 | 24.66 | 16.87 | - |
| YUV | 136.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 107 | 0 | 0.50 | 0.49 | 0.18 | 358.3 | 0.54 | 0.62 |
| Hex | D2 | 68 | 6B | 0 | 32 | 31 | 12 | 166 | 36 | 3E |
| Octal | 322 | 150 | 153 | 0 | 62 | 61 | 22 | 546 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1101011 | 0 | 110010 | 110001 | 10010 | 101100110 | 110110 | 111110 |
Color Harmonies of #D2686B
Complementary color
Monochromatic Colors of #D2686B
Black with #D2686B
Text Example
Text Example
White with #D2686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2686B; }
p { color: rgb(210,104,107); }
H1.HeaderClassName
{
color: #D2686B;
}
.AnyTagClassName
{
color: #D2686B;
}
</style>
background-color css
<style>
a { background-color: #D2686B; }
a { background-color: rgb(210,104,107); }
div.DivClassName
{
background-color: #D2686B;
}
.BgClassName
{
background-color: #D2686B;
}
</style>
border-color css
<style>
span { border-color: #D2686B; }
span { border-color: rgb(210,104,107); }
td.TdClassName
{
border-color: #D2686B;
}
.TagClassName
{
border-color: #D2686B;
}
</style>