Shades of Froly #D0666F
Tints of Froly #D0666F
RGB
CMYK
RGB Variations
Color information
#D0666F (or 0xD0666F) is known color: Froly. HEX triplet: D0, 66 and 6F. RGB value is (208,102,111). Sum of RGB (Red+Green+Blue) = 208+102+111=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0666F is #2F9990. Grayscale: #868686. Windows color (decimal): -3119505 or 7300816. OLE color: 7300816.
HSL color Cylindrical-coordinate representation of color #D0666F: hue angle of 354.91º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0666F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 111 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.18 |
| HSL | 354.91º | 0.53% | 0.61% | - |
| HSV(B) | 354.91º | 0.51% | 0.82% | - |
| XYZ | 33.63 | 24.06 | 17.91 | - |
| YUV | 134.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 111 | 0 | 0.51 | 0.47 | 0.18 | 354.91 | 0.53 | 0.61 |
| Hex | D0 | 66 | 6F | 0 | 33 | 2F | 12 | 163 | 35 | 3D |
| Octal | 320 | 146 | 157 | 0 | 63 | 57 | 22 | 543 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1101111 | 0 | 110011 | 101111 | 10010 | 101100011 | 110101 | 111101 |
Color Harmonies of #D0666F
Complementary color
Monochromatic Colors of #D0666F
Black with #D0666F
Text Example
Text Example
White with #D0666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0666F; }
p { color: rgb(208,102,111); }
H1.HeaderClassName
{
color: #D0666F;
}
.AnyTagClassName
{
color: #D0666F;
}
</style>
background-color css
<style>
a { background-color: #D0666F; }
a { background-color: rgb(208,102,111); }
div.DivClassName
{
background-color: #D0666F;
}
.BgClassName
{
background-color: #D0666F;
}
</style>
border-color css
<style>
span { border-color: #D0666F; }
span { border-color: rgb(208,102,111); }
td.TdClassName
{
border-color: #D0666F;
}
.TagClassName
{
border-color: #D0666F;
}
</style>