Shades of Dolly #F6F667
Tints of Dolly #F6F667
RGB
CMYK
RGB Variations
Color information
#F6F667 (or 0xF6F667) is known color: Dolly. HEX triplet: F6, F6 and 67. RGB value is (246,246,103). Sum of RGB (Red+Green+Blue) = 246+246+103=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 103 (40.62% from 255 or 17.31% from 595); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F667 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F667 is #090998. Grayscale: #E6E6E6. Windows color (decimal): -592281 or 6813430. OLE color: 6813430.
HSL color Cylindrical-coordinate representation of color #F6F667: hue angle of 60º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6F667 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 246 | 103 | - |
| CMYK | 0 | 0 | 0.58 | 0.04 |
| HSL | 60º | 0.89% | 0.68% | - |
| HSV(B) | 60º | 0.58% | 0.96% | - |
| XYZ | 73.41 | 86.48 | 25.66 | - |
| YUV | 229.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 246 | 103 | 0 | 0 | 0.58 | 0.04 | 60 | 0.89 | 0.68 |
| Hex | F6 | F6 | 67 | 0 | 0 | 3A | 4 | 3C | 59 | 44 |
| Octal | 366 | 366 | 147 | 0 | 0 | 72 | 4 | 74 | 131 | 104 |
| Binary | 11110110 | 11110110 | 1100111 | 0 | 0 | 111010 | 100 | 111100 | 1011001 | 1000100 |
Color Harmonies of #F6F667
Complementary color
Monochromatic Colors of #F6F667
Black with #F6F667
Text Example
Text Example
White with #F6F667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F667; }
p { color: rgb(246,246,103); }
H1.HeaderClassName
{
color: #F6F667;
}
.AnyTagClassName
{
color: #F6F667;
}
</style>
background-color css
<style>
a { background-color: #F6F667; }
a { background-color: rgb(246,246,103); }
div.DivClassName
{
background-color: #F6F667;
}
.BgClassName
{
background-color: #F6F667;
}
</style>
border-color css
<style>
span { border-color: #F6F667; }
span { border-color: rgb(246,246,103); }
td.TdClassName
{
border-color: #F6F667;
}
.TagClassName
{
border-color: #F6F667;
}
</style>