Shades of Froly #D06D73
Tints of Froly #D06D73
RGB
CMYK
RGB Variations
Color information
#D06D73 (or 0xD06D73) is known color: Froly. HEX triplet: D0, 6D and 73. RGB value is (208,109,115). Sum of RGB (Red+Green+Blue) = 208+109+115=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D73 is #2F928C. Grayscale: #8B8B8B. Windows color (decimal): -3117709 or 7564752. OLE color: 7564752.
HSL color Cylindrical-coordinate representation of color #D06D73: hue angle of 356.36º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06D73 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 115 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.18 |
| HSL | 356.36º | 0.51% | 0.62% | - |
| HSV(B) | 356.36º | 0.48% | 0.82% | - |
| XYZ | 34.58 | 25.58 | 19.34 | - |
| YUV | 139.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 115 | 0 | 0.48 | 0.45 | 0.18 | 356.36 | 0.51 | 0.62 |
| Hex | D0 | 6D | 73 | 0 | 30 | 2D | 12 | 164 | 33 | 3E |
| Octal | 320 | 155 | 163 | 0 | 60 | 55 | 22 | 544 | 63 | 76 |
| Binary | 11010000 | 1101101 | 1110011 | 0 | 110000 | 101101 | 10010 | 101100100 | 110011 | 111110 |
Color Harmonies of #D06D73
Complementary color
Monochromatic Colors of #D06D73
Black with #D06D73
Text Example
Text Example
White with #D06D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D73; }
p { color: rgb(208,109,115); }
H1.HeaderClassName
{
color: #D06D73;
}
.AnyTagClassName
{
color: #D06D73;
}
</style>
background-color css
<style>
a { background-color: #D06D73; }
a { background-color: rgb(208,109,115); }
div.DivClassName
{
background-color: #D06D73;
}
.BgClassName
{
background-color: #D06D73;
}
</style>
border-color css
<style>
span { border-color: #D06D73; }
span { border-color: rgb(208,109,115); }
td.TdClassName
{
border-color: #D06D73;
}
.TagClassName
{
border-color: #D06D73;
}
</style>