Shades of Dandelion #FFDE62
Tints of Dandelion #FFDE62
RGB
CMYK
RGB Variations
Color information
#FFDE62 (or 0xFFDE62) is known color: Dandelion. HEX triplet: FF, DE and 62. RGB value is (255,222,98). Sum of RGB (Red+Green+Blue) = 255+222+98=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 98 (38.67% from 255 or 17.04% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE62 is #00219D. Grayscale: #DADADA. Windows color (decimal): -8606 or 6479615. OLE color: 6479615.
HSL color Cylindrical-coordinate representation of color #FFDE62: hue angle of 47.39º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFDE62 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 98 | - |
| CMYK | 0 | 0.13 | 0.62 | 0 |
| HSL | 47.39º | 1% | 0.69% | - |
| HSV(B) | 47.39º | 0.62% | 1% | - |
| XYZ | 69.57 | 74.38 | 22.25 | - |
| YUV | 217.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 98 | 0 | 0.13 | 0.62 | 0 | 47.39 | 1 | 0.69 |
| Hex | FF | DE | 62 | 0 | D | 3E | 0 | 2F | 64 | 45 |
| Octal | 377 | 336 | 142 | 0 | 15 | 76 | 0 | 57 | 144 | 105 |
| Binary | 11111111 | 11011110 | 1100010 | 0 | 1101 | 111110 | 0 | 101111 | 1100100 | 1000101 |
Color Harmonies of #FFDE62
Complementary color
Monochromatic Colors of #FFDE62
Black with #FFDE62
Text Example
Text Example
White with #FFDE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE62; }
p { color: rgb(255,222,98); }
H1.HeaderClassName
{
color: #FFDE62;
}
.AnyTagClassName
{
color: #FFDE62;
}
</style>
background-color css
<style>
a { background-color: #FFDE62; }
a { background-color: rgb(255,222,98); }
div.DivClassName
{
background-color: #FFDE62;
}
.BgClassName
{
background-color: #FFDE62;
}
</style>
border-color css
<style>
span { border-color: #FFDE62; }
span { border-color: rgb(255,222,98); }
td.TdClassName
{
border-color: #FFDE62;
}
.TagClassName
{
border-color: #FFDE62;
}
</style>