Shades of Froly #D26A70
Tints of Froly #D26A70
RGB
CMYK
RGB Variations
Color information
#D26A70 (or 0xD26A70) is known color: Froly. HEX triplet: D2, 6A and 70. RGB value is (210,106,112). Sum of RGB (Red+Green+Blue) = 210+106+112=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A70 is #2D958F. Grayscale: #898989. Windows color (decimal): -2987408 or 7367378. OLE color: 7367378.
HSL color Cylindrical-coordinate representation of color #D26A70: hue angle of 356.54º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26A70 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 112 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.18 |
| HSL | 356.54º | 0.54% | 0.62% | - |
| HSV(B) | 356.54º | 0.5% | 0.82% | - |
| XYZ | 34.66 | 25.18 | 18.36 | - |
| YUV | 137.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 112 | 0 | 0.50 | 0.47 | 0.18 | 356.54 | 0.54 | 0.62 |
| Hex | D2 | 6A | 70 | 0 | 32 | 2F | 12 | 165 | 36 | 3E |
| Octal | 322 | 152 | 160 | 0 | 62 | 57 | 22 | 545 | 66 | 76 |
| Binary | 11010010 | 1101010 | 1110000 | 0 | 110010 | 101111 | 10010 | 101100101 | 110110 | 111110 |
Color Harmonies of #D26A70
Complementary color
Monochromatic Colors of #D26A70
Black with #D26A70
Text Example
Text Example
White with #D26A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A70; }
p { color: rgb(210,106,112); }
H1.HeaderClassName
{
color: #D26A70;
}
.AnyTagClassName
{
color: #D26A70;
}
</style>
background-color css
<style>
a { background-color: #D26A70; }
a { background-color: rgb(210,106,112); }
div.DivClassName
{
background-color: #D26A70;
}
.BgClassName
{
background-color: #D26A70;
}
</style>
border-color css
<style>
span { border-color: #D26A70; }
span { border-color: rgb(210,106,112); }
td.TdClassName
{
border-color: #D26A70;
}
.TagClassName
{
border-color: #D26A70;
}
</style>