Shades of Froly #D3696C
Tints of Froly #D3696C
RGB
CMYK
RGB Variations
Color information
#D3696C (or 0xD3696C) is known color: Froly. HEX triplet: D3, 69 and 6C. RGB value is (211,105,108). Sum of RGB (Red+Green+Blue) = 211+105+108=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3696C is #2C9693. Grayscale: #898989. Windows color (decimal): -2922132 or 7104979. OLE color: 7104979.
HSL color Cylindrical-coordinate representation of color #D3696C: hue angle of 358.3º 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 #D3696C is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 108 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.17 |
| HSL | 358.3º | 0.55% | 0.62% | - |
| HSV(B) | 358.3º | 0.5% | 0.83% | - |
| XYZ | 34.62 | 25.03 | 17.19 | - |
| YUV | 137.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 108 | 0 | 0.50 | 0.49 | 0.17 | 358.3 | 0.55 | 0.62 |
| Hex | D3 | 69 | 6C | 0 | 32 | 31 | 11 | 166 | 37 | 3E |
| Octal | 323 | 151 | 154 | 0 | 62 | 61 | 21 | 546 | 67 | 76 |
| Binary | 11010011 | 1101001 | 1101100 | 0 | 110010 | 110001 | 10001 | 101100110 | 110111 | 111110 |
Color Harmonies of #D3696C
Complementary color
Monochromatic Colors of #D3696C
Black with #D3696C
Text Example
Text Example
White with #D3696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3696C; }
p { color: rgb(211,105,108); }
H1.HeaderClassName
{
color: #D3696C;
}
.AnyTagClassName
{
color: #D3696C;
}
</style>
background-color css
<style>
a { background-color: #D3696C; }
a { background-color: rgb(211,105,108); }
div.DivClassName
{
background-color: #D3696C;
}
.BgClassName
{
background-color: #D3696C;
}
</style>
border-color css
<style>
span { border-color: #D3696C; }
span { border-color: rgb(211,105,108); }
td.TdClassName
{
border-color: #D3696C;
}
.TagClassName
{
border-color: #D3696C;
}
</style>