Shades of Froly #D66973
Tints of Froly #D66973
RGB
CMYK
RGB Variations
Color information
#D66973 (or 0xD66973) is known color: Froly. HEX triplet: D6, 69 and 73. RGB value is (214,105,115). Sum of RGB (Red+Green+Blue) = 214+105+115=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D66973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66973 is #29968C. Grayscale: #8A8A8A. Windows color (decimal): -2725517 or 7563734. OLE color: 7563734.
HSL color Cylindrical-coordinate representation of color #D66973: hue angle of 354.5º 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 #D66973 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 115 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.16 |
| HSL | 354.5º | 0.57% | 0.63% | - |
| HSV(B) | 354.5º | 0.51% | 0.84% | - |
| XYZ | 35.88 | 25.64 | 19.28 | - |
| YUV | 138.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 115 | 0 | 0.51 | 0.46 | 0.16 | 354.5 | 0.57 | 0.63 |
| Hex | D6 | 69 | 73 | 0 | 33 | 2E | 10 | 162 | 39 | 3F |
| Octal | 326 | 151 | 163 | 0 | 63 | 56 | 20 | 542 | 71 | 77 |
| Binary | 11010110 | 1101001 | 1110011 | 0 | 110011 | 101110 | 10000 | 101100010 | 111001 | 111111 |
Color Harmonies of #D66973
Complementary color
Monochromatic Colors of #D66973
Black with #D66973
Text Example
Text Example
White with #D66973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66973; }
p { color: rgb(214,105,115); }
H1.HeaderClassName
{
color: #D66973;
}
.AnyTagClassName
{
color: #D66973;
}
</style>
background-color css
<style>
a { background-color: #D66973; }
a { background-color: rgb(214,105,115); }
div.DivClassName
{
background-color: #D66973;
}
.BgClassName
{
background-color: #D66973;
}
</style>
border-color css
<style>
span { border-color: #D66973; }
span { border-color: rgb(214,105,115); }
td.TdClassName
{
border-color: #D66973;
}
.TagClassName
{
border-color: #D66973;
}
</style>