Shades of Froly #D66970
Tints of Froly #D66970
RGB
CMYK
RGB Variations
Color information
#D66970 (or 0xD66970) is known color: Froly. HEX triplet: D6, 69 and 70. RGB value is (214,105,112). Sum of RGB (Red+Green+Blue) = 214+105+112=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66970 is #29968F. Grayscale: #8A8A8A. Windows color (decimal): -2725520 or 7367126. OLE color: 7367126.
HSL color Cylindrical-coordinate representation of color #D66970: hue angle of 356.15º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66970 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 112 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.16 |
| HSL | 356.15º | 0.57% | 0.63% | - |
| HSV(B) | 356.15º | 0.51% | 0.84% | - |
| XYZ | 35.71 | 25.57 | 18.38 | - |
| YUV | 138.39 | 113.11 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 112 | 0 | 0.51 | 0.48 | 0.16 | 356.15 | 0.57 | 0.63 |
| Hex | D6 | 69 | 70 | 0 | 33 | 30 | 10 | 164 | 39 | 3F |
| Octal | 326 | 151 | 160 | 0 | 63 | 60 | 20 | 544 | 71 | 77 |
| Binary | 11010110 | 1101001 | 1110000 | 0 | 110011 | 110000 | 10000 | 101100100 | 111001 | 111111 |
Color Harmonies of #D66970
Complementary color
Monochromatic Colors of #D66970
Black with #D66970
Text Example
Text Example
White with #D66970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66970; }
p { color: rgb(214,105,112); }
H1.HeaderClassName
{
color: #D66970;
}
.AnyTagClassName
{
color: #D66970;
}
</style>
background-color css
<style>
a { background-color: #D66970; }
a { background-color: rgb(214,105,112); }
div.DivClassName
{
background-color: #D66970;
}
.BgClassName
{
background-color: #D66970;
}
</style>
border-color css
<style>
span { border-color: #D66970; }
span { border-color: rgb(214,105,112); }
td.TdClassName
{
border-color: #D66970;
}
.TagClassName
{
border-color: #D66970;
}
</style>