Shades of Froly #D67173
Tints of Froly #D67173
RGB
CMYK
RGB Variations
Color information
#D67173 (or 0xD67173) is known color: Froly. HEX triplet: D6, 71 and 73. RGB value is (214,113,115). Sum of RGB (Red+Green+Blue) = 214+113+115=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D67173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67173 is #298E8C. Grayscale: #8F8F8F. Windows color (decimal): -2723469 or 7565782. OLE color: 7565782.
HSL color Cylindrical-coordinate representation of color #D67173: hue angle of 358.81º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67173 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 115 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.16 |
| HSL | 358.81º | 0.55% | 0.64% | - |
| HSV(B) | 358.81º | 0.47% | 0.84% | - |
| XYZ | 36.73 | 27.34 | 19.56 | - |
| YUV | 143.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 115 | 0 | 0.47 | 0.46 | 0.16 | 358.81 | 0.55 | 0.64 |
| Hex | D6 | 71 | 73 | 0 | 2F | 2E | 10 | 167 | 37 | 40 |
| Octal | 326 | 161 | 163 | 0 | 57 | 56 | 20 | 547 | 67 | 100 |
| Binary | 11010110 | 1110001 | 1110011 | 0 | 101111 | 101110 | 10000 | 101100111 | 110111 | 1000000 |
Color Harmonies of #D67173
Complementary color
Monochromatic Colors of #D67173
Black with #D67173
Text Example
Text Example
White with #D67173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67173; }
p { color: rgb(214,113,115); }
H1.HeaderClassName
{
color: #D67173;
}
.AnyTagClassName
{
color: #D67173;
}
</style>
background-color css
<style>
a { background-color: #D67173; }
a { background-color: rgb(214,113,115); }
div.DivClassName
{
background-color: #D67173;
}
.BgClassName
{
background-color: #D67173;
}
</style>
border-color css
<style>
span { border-color: #D67173; }
span { border-color: rgb(214,113,115); }
td.TdClassName
{
border-color: #D67173;
}
.TagClassName
{
border-color: #D67173;
}
</style>