Shades of Froly #D3696E
Tints of Froly #D3696E
RGB
CMYK
RGB Variations
Color information
#D3696E (or 0xD3696E) is known color: Froly. HEX triplet: D3, 69 and 6E. RGB value is (211,105,110). Sum of RGB (Red+Green+Blue) = 211+105+110=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D3696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3696E is #2C9691. Grayscale: #898989. Windows color (decimal): -2922130 or 7236051. OLE color: 7236051.
HSL color Cylindrical-coordinate representation of color #D3696E: hue angle of 357.17º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3696E is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 110 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.17 |
| HSL | 357.17º | 0.55% | 0.62% | - |
| HSV(B) | 357.17º | 0.5% | 0.83% | - |
| XYZ | 34.73 | 25.08 | 17.76 | - |
| YUV | 137.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 110 | 0 | 0.50 | 0.48 | 0.17 | 357.17 | 0.55 | 0.62 |
| Hex | D3 | 69 | 6E | 0 | 32 | 30 | 11 | 165 | 37 | 3E |
| Octal | 323 | 151 | 156 | 0 | 62 | 60 | 21 | 545 | 67 | 76 |
| Binary | 11010011 | 1101001 | 1101110 | 0 | 110010 | 110000 | 10001 | 101100101 | 110111 | 111110 |
Color Harmonies of #D3696E
Complementary color
Monochromatic Colors of #D3696E
Black with #D3696E
Text Example
Text Example
White with #D3696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3696E; }
p { color: rgb(211,105,110); }
H1.HeaderClassName
{
color: #D3696E;
}
.AnyTagClassName
{
color: #D3696E;
}
</style>
background-color css
<style>
a { background-color: #D3696E; }
a { background-color: rgb(211,105,110); }
div.DivClassName
{
background-color: #D3696E;
}
.BgClassName
{
background-color: #D3696E;
}
</style>
border-color css
<style>
span { border-color: #D3696E; }
span { border-color: rgb(211,105,110); }
td.TdClassName
{
border-color: #D3696E;
}
.TagClassName
{
border-color: #D3696E;
}
</style>