Shades of Dandelion #FFD066
Tints of Dandelion #FFD066
RGB
CMYK
RGB Variations
Color information
#FFD066 (or 0xFFD066) is known color: Dandelion. HEX triplet: FF, D0 and 66. RGB value is (255,208,102). Sum of RGB (Red+Green+Blue) = 255+208+102=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD066 is #002F99. Grayscale: #D2D2D2. Windows color (decimal): -12186 or 6738175. OLE color: 6738175.
HSL color Cylindrical-coordinate representation of color #FFD066: hue angle of 41.57º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFD066 is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 102 | - |
| CMYK | 0 | 0.18 | 0.6 | 0 |
| HSL | 41.57º | 1% | 0.7% | - |
| HSV(B) | 41.57º | 0.6% | 1% | - |
| XYZ | 66.19 | 67.33 | 22.08 | - |
| YUV | 209.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 102 | 0 | 0.18 | 0.6 | 0 | 41.57 | 1 | 0.7 |
| Hex | FF | D0 | 66 | 0 | 12 | 3C | 0 | 2A | 64 | 46 |
| Octal | 377 | 320 | 146 | 0 | 22 | 74 | 0 | 52 | 144 | 106 |
| Binary | 11111111 | 11010000 | 1100110 | 0 | 10010 | 111100 | 0 | 101010 | 1100100 | 1000110 |
Color Harmonies of #FFD066
Complementary color
Monochromatic Colors of #FFD066
Black with #FFD066
Text Example
Text Example
White with #FFD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD066; }
p { color: rgb(255,208,102); }
H1.HeaderClassName
{
color: #FFD066;
}
.AnyTagClassName
{
color: #FFD066;
}
</style>
background-color css
<style>
a { background-color: #FFD066; }
a { background-color: rgb(255,208,102); }
div.DivClassName
{
background-color: #FFD066;
}
.BgClassName
{
background-color: #FFD066;
}
</style>
border-color css
<style>
span { border-color: #FFD066; }
span { border-color: rgb(255,208,102); }
td.TdClassName
{
border-color: #FFD066;
}
.TagClassName
{
border-color: #FFD066;
}
</style>