Shades of Dandelion #FFDF64
Tints of Dandelion #FFDF64
RGB
CMYK
RGB Variations
Color information
#FFDF64 (or 0xFFDF64) is known color: Dandelion. HEX triplet: FF, DF and 64. RGB value is (255,223,100). Sum of RGB (Red+Green+Blue) = 255+223+100=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 100 (39.45% from 255 or 17.30% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF64 is #00209B. Grayscale: #DBDBDB. Windows color (decimal): -8348 or 6610943. OLE color: 6610943.
HSL color Cylindrical-coordinate representation of color #FFDF64: hue angle of 47.61º 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 #FFDF64 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 100 | - |
| CMYK | 0 | 0.13 | 0.61 | 0 |
| HSL | 47.61º | 1% | 0.7% | - |
| HSV(B) | 47.61º | 0.61% | 1% | - |
| XYZ | 69.93 | 74.96 | 22.84 | - |
| YUV | 218.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 100 | 0 | 0.13 | 0.61 | 0 | 47.61 | 1 | 0.7 |
| Hex | FF | DF | 64 | 0 | D | 3D | 0 | 30 | 64 | 46 |
| Octal | 377 | 337 | 144 | 0 | 15 | 75 | 0 | 60 | 144 | 106 |
| Binary | 11111111 | 11011111 | 1100100 | 0 | 1101 | 111101 | 0 | 110000 | 1100100 | 1000110 |
Color Harmonies of #FFDF64
Complementary color
Monochromatic Colors of #FFDF64
Black with #FFDF64
Text Example
Text Example
White with #FFDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF64; }
p { color: rgb(255,223,100); }
H1.HeaderClassName
{
color: #FFDF64;
}
.AnyTagClassName
{
color: #FFDF64;
}
</style>
background-color css
<style>
a { background-color: #FFDF64; }
a { background-color: rgb(255,223,100); }
div.DivClassName
{
background-color: #FFDF64;
}
.BgClassName
{
background-color: #FFDF64;
}
</style>
border-color css
<style>
span { border-color: #FFDF64; }
span { border-color: rgb(255,223,100); }
td.TdClassName
{
border-color: #FFDF64;
}
.TagClassName
{
border-color: #FFDF64;
}
</style>