Shades of Froly #D06F73
Tints of Froly #D06F73
RGB
CMYK
RGB Variations
Color information
#D06F73 (or 0xD06F73) is known color: Froly. HEX triplet: D0, 6F and 73. RGB value is (208,111,115). Sum of RGB (Red+Green+Blue) = 208+111+115=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F73 is #2F908C. Grayscale: #8C8C8C. Windows color (decimal): -3117197 or 7565264. OLE color: 7565264.
HSL color Cylindrical-coordinate representation of color #D06F73: hue angle of 357.53º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06F73 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 115 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.18 |
| HSL | 357.53º | 0.51% | 0.63% | - |
| HSV(B) | 357.53º | 0.47% | 0.82% | - |
| XYZ | 34.79 | 26.02 | 19.41 | - |
| YUV | 140.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 115 | 0 | 0.47 | 0.45 | 0.18 | 357.53 | 0.51 | 0.63 |
| Hex | D0 | 6F | 73 | 0 | 2F | 2D | 12 | 166 | 33 | 3F |
| Octal | 320 | 157 | 163 | 0 | 57 | 55 | 22 | 546 | 63 | 77 |
| Binary | 11010000 | 1101111 | 1110011 | 0 | 101111 | 101101 | 10010 | 101100110 | 110011 | 111111 |
Color Harmonies of #D06F73
Complementary color
Monochromatic Colors of #D06F73
Black with #D06F73
Text Example
Text Example
White with #D06F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F73; }
p { color: rgb(208,111,115); }
H1.HeaderClassName
{
color: #D06F73;
}
.AnyTagClassName
{
color: #D06F73;
}
</style>
background-color css
<style>
a { background-color: #D06F73; }
a { background-color: rgb(208,111,115); }
div.DivClassName
{
background-color: #D06F73;
}
.BgClassName
{
background-color: #D06F73;
}
</style>
border-color css
<style>
span { border-color: #D06F73; }
span { border-color: rgb(208,111,115); }
td.TdClassName
{
border-color: #D06F73;
}
.TagClassName
{
border-color: #D06F73;
}
</style>