Shades of Froly #D26D70
Tints of Froly #D26D70
RGB
CMYK
RGB Variations
Color information
#D26D70 (or 0xD26D70) is known color: Froly. HEX triplet: D2, 6D and 70. RGB value is (210,109,112). Sum of RGB (Red+Green+Blue) = 210+109+112=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D70 is #2D928F. Grayscale: #8B8B8B. Windows color (decimal): -2986640 or 7368146. OLE color: 7368146.
HSL color Cylindrical-coordinate representation of color #D26D70: hue angle of 358.22º 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 #D26D70 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 112 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.18 |
| HSL | 358.22º | 0.53% | 0.63% | - |
| HSV(B) | 358.22º | 0.48% | 0.82% | - |
| XYZ | 34.97 | 25.81 | 18.47 | - |
| YUV | 139.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 112 | 0 | 0.48 | 0.47 | 0.18 | 358.22 | 0.53 | 0.63 |
| Hex | D2 | 6D | 70 | 0 | 30 | 2F | 12 | 166 | 35 | 3F |
| Octal | 322 | 155 | 160 | 0 | 60 | 57 | 22 | 546 | 65 | 77 |
| Binary | 11010010 | 1101101 | 1110000 | 0 | 110000 | 101111 | 10010 | 101100110 | 110101 | 111111 |
Color Harmonies of #D26D70
Complementary color
Monochromatic Colors of #D26D70
Black with #D26D70
Text Example
Text Example
White with #D26D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D70; }
p { color: rgb(210,109,112); }
H1.HeaderClassName
{
color: #D26D70;
}
.AnyTagClassName
{
color: #D26D70;
}
</style>
background-color css
<style>
a { background-color: #D26D70; }
a { background-color: rgb(210,109,112); }
div.DivClassName
{
background-color: #D26D70;
}
.BgClassName
{
background-color: #D26D70;
}
</style>
border-color css
<style>
span { border-color: #D26D70; }
span { border-color: rgb(210,109,112); }
td.TdClassName
{
border-color: #D26D70;
}
.TagClassName
{
border-color: #D26D70;
}
</style>