Shades of Dandelion #FFD064
Tints of Dandelion #FFD064
RGB
CMYK
RGB Variations
Color information
#FFD064 (or 0xFFD064) is known color: Dandelion. HEX triplet: FF, D0 and 64. RGB value is (255,208,100). Sum of RGB (Red+Green+Blue) = 255+208+100=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD064 is #002F9B. Grayscale: #D2D2D2. Windows color (decimal): -12188 or 6607103. OLE color: 6607103.
HSL color Cylindrical-coordinate representation of color #FFD064: hue angle of 41.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFD064 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 100 | - |
| CMYK | 0 | 0.18 | 0.61 | 0 |
| HSL | 41.81º | 1% | 0.7% | - |
| HSV(B) | 41.81º | 0.61% | 1% | - |
| XYZ | 66.1 | 67.29 | 21.56 | - |
| YUV | 209.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 100 | 0 | 0.18 | 0.61 | 0 | 41.81 | 1 | 0.7 |
| Hex | FF | D0 | 64 | 0 | 12 | 3D | 0 | 2A | 64 | 46 |
| Octal | 377 | 320 | 144 | 0 | 22 | 75 | 0 | 52 | 144 | 106 |
| Binary | 11111111 | 11010000 | 1100100 | 0 | 10010 | 111101 | 0 | 101010 | 1100100 | 1000110 |
Color Harmonies of #FFD064
Complementary color
Monochromatic Colors of #FFD064
Black with #FFD064
Text Example
Text Example
White with #FFD064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD064; }
p { color: rgb(255,208,100); }
H1.HeaderClassName
{
color: #FFD064;
}
.AnyTagClassName
{
color: #FFD064;
}
</style>
background-color css
<style>
a { background-color: #FFD064; }
a { background-color: rgb(255,208,100); }
div.DivClassName
{
background-color: #FFD064;
}
.BgClassName
{
background-color: #FFD064;
}
</style>
border-color css
<style>
span { border-color: #FFD064; }
span { border-color: rgb(255,208,100); }
td.TdClassName
{
border-color: #FFD064;
}
.TagClassName
{
border-color: #FFD064;
}
</style>