Shades of Froly #D06F74
Tints of Froly #D06F74
RGB
CMYK
RGB Variations
Color information
#D06F74 (or 0xD06F74) is known color: Froly. HEX triplet: D0, 6F and 74. RGB value is (208,111,116). Sum of RGB (Red+Green+Blue) = 208+111+116=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F74 is #2F908B. Grayscale: #8C8C8C. Windows color (decimal): -3117196 or 7630800. OLE color: 7630800.
HSL color Cylindrical-coordinate representation of color #D06F74: hue angle of 356.91º 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 #D06F74 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 116 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.18 |
| HSL | 356.91º | 0.51% | 0.63% | - |
| HSV(B) | 356.91º | 0.47% | 0.82% | - |
| XYZ | 34.85 | 26.04 | 19.71 | - |
| YUV | 140.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 116 | 0 | 0.47 | 0.44 | 0.18 | 356.91 | 0.51 | 0.63 |
| Hex | D0 | 6F | 74 | 0 | 2F | 2C | 12 | 165 | 33 | 3F |
| Octal | 320 | 157 | 164 | 0 | 57 | 54 | 22 | 545 | 63 | 77 |
| Binary | 11010000 | 1101111 | 1110100 | 0 | 101111 | 101100 | 10010 | 101100101 | 110011 | 111111 |
Color Harmonies of #D06F74
Complementary color
Monochromatic Colors of #D06F74
Black with #D06F74
Text Example
Text Example
White with #D06F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F74; }
p { color: rgb(208,111,116); }
H1.HeaderClassName
{
color: #D06F74;
}
.AnyTagClassName
{
color: #D06F74;
}
</style>
background-color css
<style>
a { background-color: #D06F74; }
a { background-color: rgb(208,111,116); }
div.DivClassName
{
background-color: #D06F74;
}
.BgClassName
{
background-color: #D06F74;
}
</style>
border-color css
<style>
span { border-color: #D06F74; }
span { border-color: rgb(208,111,116); }
td.TdClassName
{
border-color: #D06F74;
}
.TagClassName
{
border-color: #D06F74;
}
</style>