Shades of Froly #D06974
Tints of Froly #D06974
RGB
CMYK
RGB Variations
Color information
#D06974 (or 0xD06974) is known color: Froly. HEX triplet: D0, 69 and 74. RGB value is (208,105,116). Sum of RGB (Red+Green+Blue) = 208+105+116=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D06974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06974 is #2F968B. Grayscale: #898989. Windows color (decimal): -3118732 or 7629264. OLE color: 7629264.
HSL color Cylindrical-coordinate representation of color #D06974: hue angle of 353.59º degrees, saturation: 0.52, 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 #D06974 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 116 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.18 |
| HSL | 353.59º | 0.52% | 0.61% | - |
| HSV(B) | 353.59º | 0.5% | 0.82% | - |
| XYZ | 34.22 | 24.77 | 19.5 | - |
| YUV | 137.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 116 | 0 | 0.50 | 0.44 | 0.18 | 353.59 | 0.52 | 0.61 |
| Hex | D0 | 69 | 74 | 0 | 32 | 2C | 12 | 162 | 34 | 3D |
| Octal | 320 | 151 | 164 | 0 | 62 | 54 | 22 | 542 | 64 | 75 |
| Binary | 11010000 | 1101001 | 1110100 | 0 | 110010 | 101100 | 10010 | 101100010 | 110100 | 111101 |
Color Harmonies of #D06974
Complementary color
Monochromatic Colors of #D06974
Black with #D06974
Text Example
Text Example
White with #D06974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06974; }
p { color: rgb(208,105,116); }
H1.HeaderClassName
{
color: #D06974;
}
.AnyTagClassName
{
color: #D06974;
}
</style>
background-color css
<style>
a { background-color: #D06974; }
a { background-color: rgb(208,105,116); }
div.DivClassName
{
background-color: #D06974;
}
.BgClassName
{
background-color: #D06974;
}
</style>
border-color css
<style>
span { border-color: #D06974; }
span { border-color: rgb(208,105,116); }
td.TdClassName
{
border-color: #D06974;
}
.TagClassName
{
border-color: #D06974;
}
</style>