Shades of Dandelion #FFDF65
Tints of Dandelion #FFDF65
RGB
CMYK
RGB Variations
Color information
#FFDF65 (or 0xFFDF65) is known color: Dandelion. HEX triplet: FF, DF and 65. RGB value is (255,223,101). Sum of RGB (Red+Green+Blue) = 255+223+101=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 101 (39.84% from 255 or 17.44% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF65 is #00209A. Grayscale: #DBDBDB. Windows color (decimal): -8347 or 6676479. OLE color: 6676479.
HSL color Cylindrical-coordinate representation of color #FFDF65: hue angle of 47.53º 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 #FFDF65 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 101 | - |
| CMYK | 0 | 0.13 | 0.60 | 0 |
| HSL | 47.53º | 1% | 0.7% | - |
| HSV(B) | 47.53º | 0.6% | 1% | - |
| XYZ | 69.98 | 74.97 | 23.1 | - |
| YUV | 218.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 101 | 0 | 0.13 | 0.60 | 0 | 47.53 | 1 | 0.7 |
| Hex | FF | DF | 65 | 0 | D | 3C | 0 | 30 | 64 | 46 |
| Octal | 377 | 337 | 145 | 0 | 15 | 74 | 0 | 60 | 144 | 106 |
| Binary | 11111111 | 11011111 | 1100101 | 0 | 1101 | 111100 | 0 | 110000 | 1100100 | 1000110 |
Color Harmonies of #FFDF65
Complementary color
Monochromatic Colors of #FFDF65
Black with #FFDF65
Text Example
Text Example
White with #FFDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF65; }
p { color: rgb(255,223,101); }
H1.HeaderClassName
{
color: #FFDF65;
}
.AnyTagClassName
{
color: #FFDF65;
}
</style>
background-color css
<style>
a { background-color: #FFDF65; }
a { background-color: rgb(255,223,101); }
div.DivClassName
{
background-color: #FFDF65;
}
.BgClassName
{
background-color: #FFDF65;
}
</style>
border-color css
<style>
span { border-color: #FFDF65; }
span { border-color: rgb(255,223,101); }
td.TdClassName
{
border-color: #FFDF65;
}
.TagClassName
{
border-color: #FFDF65;
}
</style>