Shades of Froly #D06874
Tints of Froly #D06874
RGB
CMYK
RGB Variations
Color information
#D06874 (or 0xD06874) is known color: Froly. HEX triplet: D0, 68 and 74. RGB value is (208,104,116). Sum of RGB (Red+Green+Blue) = 208+104+116=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D06874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06874 is #2F978B. Grayscale: #888888. Windows color (decimal): -3118988 or 7629008. OLE color: 7629008.
HSL color Cylindrical-coordinate representation of color #D06874: hue angle of 353.08º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06874 is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 116 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.18 |
| HSL | 353.08º | 0.53% | 0.61% | - |
| HSV(B) | 353.08º | 0.5% | 0.82% | - |
| XYZ | 34.12 | 24.57 | 19.47 | - |
| YUV | 136.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 116 | 0 | 0.5 | 0.44 | 0.18 | 353.08 | 0.53 | 0.61 |
| Hex | D0 | 68 | 74 | 0 | 32 | 2C | 12 | 161 | 35 | 3D |
| Octal | 320 | 150 | 164 | 0 | 62 | 54 | 22 | 541 | 65 | 75 |
| Binary | 11010000 | 1101000 | 1110100 | 0 | 110010 | 101100 | 10010 | 101100001 | 110101 | 111101 |
Color Harmonies of #D06874
Complementary color
Monochromatic Colors of #D06874
Black with #D06874
Text Example
Text Example
White with #D06874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06874; }
p { color: rgb(208,104,116); }
H1.HeaderClassName
{
color: #D06874;
}
.AnyTagClassName
{
color: #D06874;
}
</style>
background-color css
<style>
a { background-color: #D06874; }
a { background-color: rgb(208,104,116); }
div.DivClassName
{
background-color: #D06874;
}
.BgClassName
{
background-color: #D06874;
}
</style>
border-color css
<style>
span { border-color: #D06874; }
span { border-color: rgb(208,104,116); }
td.TdClassName
{
border-color: #D06874;
}
.TagClassName
{
border-color: #D06874;
}
</style>