Shades of Froly #D26D72
Tints of Froly #D26D72
RGB
CMYK
RGB Variations
Color information
#D26D72 (or 0xD26D72) is known color: Froly. HEX triplet: D2, 6D and 72. RGB value is (210,109,114). Sum of RGB (Red+Green+Blue) = 210+109+114=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D72 is #2D928D. Grayscale: #8B8B8B. Windows color (decimal): -2986638 or 7499218. OLE color: 7499218.
HSL color Cylindrical-coordinate representation of color #D26D72: hue angle of 357.03º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26D72 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 114 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.18 |
| HSL | 357.03º | 0.53% | 0.63% | - |
| HSV(B) | 357.03º | 0.48% | 0.82% | - |
| XYZ | 35.08 | 25.85 | 19.06 | - |
| YUV | 139.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 114 | 0 | 0.48 | 0.46 | 0.18 | 357.03 | 0.53 | 0.63 |
| Hex | D2 | 6D | 72 | 0 | 30 | 2E | 12 | 165 | 35 | 3F |
| Octal | 322 | 155 | 162 | 0 | 60 | 56 | 22 | 545 | 65 | 77 |
| Binary | 11010010 | 1101101 | 1110010 | 0 | 110000 | 101110 | 10010 | 101100101 | 110101 | 111111 |
Color Harmonies of #D26D72
Complementary color
Monochromatic Colors of #D26D72
Black with #D26D72
Text Example
Text Example
White with #D26D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D72; }
p { color: rgb(210,109,114); }
H1.HeaderClassName
{
color: #D26D72;
}
.AnyTagClassName
{
color: #D26D72;
}
</style>
background-color css
<style>
a { background-color: #D26D72; }
a { background-color: rgb(210,109,114); }
div.DivClassName
{
background-color: #D26D72;
}
.BgClassName
{
background-color: #D26D72;
}
</style>
border-color css
<style>
span { border-color: #D26D72; }
span { border-color: rgb(210,109,114); }
td.TdClassName
{
border-color: #D26D72;
}
.TagClassName
{
border-color: #D26D72;
}
</style>