Shades of Froly #D0696F
Tints of Froly #D0696F
RGB
CMYK
RGB Variations
Color information
#D0696F (or 0xD0696F) is known color: Froly. HEX triplet: D0, 69 and 6F. RGB value is (208,105,111). Sum of RGB (Red+Green+Blue) = 208+105+111=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0696F is #2F9690. Grayscale: #888888. Windows color (decimal): -3118737 or 7301584. OLE color: 7301584.
HSL color Cylindrical-coordinate representation of color #D0696F: hue angle of 356.5º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0696F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 111 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.18 |
| HSL | 356.5º | 0.52% | 0.61% | - |
| HSV(B) | 356.5º | 0.5% | 0.82% | - |
| XYZ | 33.93 | 24.66 | 18.01 | - |
| YUV | 136.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 111 | 0 | 0.50 | 0.47 | 0.18 | 356.5 | 0.52 | 0.61 |
| Hex | D0 | 69 | 6F | 0 | 32 | 2F | 12 | 165 | 34 | 3D |
| Octal | 320 | 151 | 157 | 0 | 62 | 57 | 22 | 545 | 64 | 75 |
| Binary | 11010000 | 1101001 | 1101111 | 0 | 110010 | 101111 | 10010 | 101100101 | 110100 | 111101 |
Color Harmonies of #D0696F
Complementary color
Monochromatic Colors of #D0696F
Black with #D0696F
Text Example
Text Example
White with #D0696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0696F; }
p { color: rgb(208,105,111); }
H1.HeaderClassName
{
color: #D0696F;
}
.AnyTagClassName
{
color: #D0696F;
}
</style>
background-color css
<style>
a { background-color: #D0696F; }
a { background-color: rgb(208,105,111); }
div.DivClassName
{
background-color: #D0696F;
}
.BgClassName
{
background-color: #D0696F;
}
</style>
border-color css
<style>
span { border-color: #D0696F; }
span { border-color: rgb(208,105,111); }
td.TdClassName
{
border-color: #D0696F;
}
.TagClassName
{
border-color: #D0696F;
}
</style>