Shades of Froly #D67072
Tints of Froly #D67072
RGB
CMYK
RGB Variations
Color information
#D67072 (or 0xD67072) is known color: Froly. HEX triplet: D6, 70 and 72. RGB value is (214,112,114). Sum of RGB (Red+Green+Blue) = 214+112+114=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D67072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67072 is #298F8D. Grayscale: #8E8E8E. Windows color (decimal): -2723726 or 7499990. OLE color: 7499990.
HSL color Cylindrical-coordinate representation of color #D67072: hue angle of 358.82º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67072 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 114 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.16 |
| HSL | 358.82º | 0.55% | 0.64% | - |
| HSV(B) | 358.82º | 0.48% | 0.84% | - |
| XYZ | 36.56 | 27.1 | 19.22 | - |
| YUV | 142.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 114 | 0 | 0.48 | 0.47 | 0.16 | 358.82 | 0.55 | 0.64 |
| Hex | D6 | 70 | 72 | 0 | 30 | 2F | 10 | 167 | 37 | 40 |
| Octal | 326 | 160 | 162 | 0 | 60 | 57 | 20 | 547 | 67 | 100 |
| Binary | 11010110 | 1110000 | 1110010 | 0 | 110000 | 101111 | 10000 | 101100111 | 110111 | 1000000 |
Color Harmonies of #D67072
Complementary color
Monochromatic Colors of #D67072
Black with #D67072
Text Example
Text Example
White with #D67072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67072; }
p { color: rgb(214,112,114); }
H1.HeaderClassName
{
color: #D67072;
}
.AnyTagClassName
{
color: #D67072;
}
</style>
background-color css
<style>
a { background-color: #D67072; }
a { background-color: rgb(214,112,114); }
div.DivClassName
{
background-color: #D67072;
}
.BgClassName
{
background-color: #D67072;
}
</style>
border-color css
<style>
span { border-color: #D67072; }
span { border-color: rgb(214,112,114); }
td.TdClassName
{
border-color: #D67072;
}
.TagClassName
{
border-color: #D67072;
}
</style>