Shades of Froly #D0666B
Tints of Froly #D0666B
RGB
CMYK
RGB Variations
Color information
#D0666B (or 0xD0666B) is known color: Froly. HEX triplet: D0, 66 and 6B. RGB value is (208,102,107). Sum of RGB (Red+Green+Blue) = 208+102+107=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0666B is #2F9994. Grayscale: #868686. Windows color (decimal): -3119509 or 7038672. OLE color: 7038672.
HSL color Cylindrical-coordinate representation of color #D0666B: hue angle of 357.17º 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 #D0666B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 107 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.18 |
| HSL | 357.17º | 0.53% | 0.61% | - |
| HSV(B) | 357.17º | 0.51% | 0.82% | - |
| XYZ | 33.42 | 23.97 | 16.78 | - |
| YUV | 134.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 107 | 0 | 0.51 | 0.49 | 0.18 | 357.17 | 0.53 | 0.61 |
| Hex | D0 | 66 | 6B | 0 | 33 | 31 | 12 | 165 | 35 | 3D |
| Octal | 320 | 146 | 153 | 0 | 63 | 61 | 22 | 545 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1101011 | 0 | 110011 | 110001 | 10010 | 101100101 | 110101 | 111101 |
Color Harmonies of #D0666B
Complementary color
Monochromatic Colors of #D0666B
Black with #D0666B
Text Example
Text Example
White with #D0666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0666B; }
p { color: rgb(208,102,107); }
H1.HeaderClassName
{
color: #D0666B;
}
.AnyTagClassName
{
color: #D0666B;
}
</style>
background-color css
<style>
a { background-color: #D0666B; }
a { background-color: rgb(208,102,107); }
div.DivClassName
{
background-color: #D0666B;
}
.BgClassName
{
background-color: #D0666B;
}
</style>
border-color css
<style>
span { border-color: #D0666B; }
span { border-color: rgb(208,102,107); }
td.TdClassName
{
border-color: #D0666B;
}
.TagClassName
{
border-color: #D0666B;
}
</style>