Shades of Froly #D4696E
Tints of Froly #D4696E
RGB
CMYK
RGB Variations
Color information
#D4696E (or 0xD4696E) is known color: Froly. HEX triplet: D4, 69 and 6E. RGB value is (212,105,110). Sum of RGB (Red+Green+Blue) = 212+105+110=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4696E is #2B9691. Grayscale: #898989. Windows color (decimal): -2856594 or 7236052. OLE color: 7236052.
HSL color Cylindrical-coordinate representation of color #D4696E: hue angle of 357.2º 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 #D4696E is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 105 | 110 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.17 |
| HSL | 357.2º | 0.55% | 0.62% | - |
| HSV(B) | 357.2º | 0.5% | 0.83% | - |
| XYZ | 35.02 | 25.23 | 17.78 | - |
| YUV | 137.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 105 | 110 | 0 | 0.50 | 0.48 | 0.17 | 357.2 | 0.55 | 0.62 |
| Hex | D4 | 69 | 6E | 0 | 32 | 30 | 11 | 165 | 37 | 3E |
| Octal | 324 | 151 | 156 | 0 | 62 | 60 | 21 | 545 | 67 | 76 |
| Binary | 11010100 | 1101001 | 1101110 | 0 | 110010 | 110000 | 10001 | 101100101 | 110111 | 111110 |
Color Harmonies of #D4696E
Complementary color
Monochromatic Colors of #D4696E
Black with #D4696E
Text Example
Text Example
White with #D4696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4696E; }
p { color: rgb(212,105,110); }
H1.HeaderClassName
{
color: #D4696E;
}
.AnyTagClassName
{
color: #D4696E;
}
</style>
background-color css
<style>
a { background-color: #D4696E; }
a { background-color: rgb(212,105,110); }
div.DivClassName
{
background-color: #D4696E;
}
.BgClassName
{
background-color: #D4696E;
}
</style>
border-color css
<style>
span { border-color: #D4696E; }
span { border-color: rgb(212,105,110); }
td.TdClassName
{
border-color: #D4696E;
}
.TagClassName
{
border-color: #D4696E;
}
</style>