Shades of Dandelion #F6DD5D
Tints of Dandelion #F6DD5D
RGB
CMYK
RGB Variations
Color information
#F6DD5D (or 0xF6DD5D) is known color: Dandelion. HEX triplet: F6, DD and 5D. RGB value is (246,221,93). Sum of RGB (Red+Green+Blue) = 246+221+93=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD5D is #0922A2. Grayscale: #D6D6D6. Windows color (decimal): -598691 or 6151670. OLE color: 6151670.
HSL color Cylindrical-coordinate representation of color #F6DD5D: hue angle of 50.2º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6DD5D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 93 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.04 |
| HSL | 50.2º | 0.89% | 0.66% | - |
| HSV(B) | 50.2º | 0.62% | 0.96% | - |
| XYZ | 65.84 | 72.1 | 20.8 | - |
| YUV | 213.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 93 | 0 | 0.10 | 0.62 | 0.04 | 50.2 | 0.89 | 0.66 |
| Hex | F6 | DD | 5D | 0 | A | 3E | 4 | 32 | 59 | 42 |
| Octal | 366 | 335 | 135 | 0 | 12 | 76 | 4 | 62 | 131 | 102 |
| Binary | 11110110 | 11011101 | 1011101 | 0 | 1010 | 111110 | 100 | 110010 | 1011001 | 1000010 |
Color Harmonies of #F6DD5D
Complementary color
Monochromatic Colors of #F6DD5D
Black with #F6DD5D
Text Example
Text Example
White with #F6DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD5D; }
p { color: rgb(246,221,93); }
H1.HeaderClassName
{
color: #F6DD5D;
}
.AnyTagClassName
{
color: #F6DD5D;
}
</style>
background-color css
<style>
a { background-color: #F6DD5D; }
a { background-color: rgb(246,221,93); }
div.DivClassName
{
background-color: #F6DD5D;
}
.BgClassName
{
background-color: #F6DD5D;
}
</style>
border-color css
<style>
span { border-color: #F6DD5D; }
span { border-color: rgb(246,221,93); }
td.TdClassName
{
border-color: #F6DD5D;
}
.TagClassName
{
border-color: #F6DD5D;
}
</style>