Shades of Dandelion #FFDE69
Tints of Dandelion #FFDE69
RGB
CMYK
RGB Variations
Color information
#FFDE69 (or 0xFFDE69) is known color: Dandelion. HEX triplet: FF, DE and 69. RGB value is (255,222,105). Sum of RGB (Red+Green+Blue) = 255+222+105=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 105 (41.41% from 255 or 18.04% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE69 is #002196. Grayscale: #DBDBDB. Windows color (decimal): -8599 or 6938367. OLE color: 6938367.
HSL color Cylindrical-coordinate representation of color #FFDE69: hue angle of 46.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFDE69 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 105 | - |
| CMYK | 0 | 0.13 | 0.59 | 0 |
| HSL | 46.8º | 1% | 0.71% | - |
| HSV(B) | 46.8º | 0.59% | 1% | - |
| XYZ | 69.91 | 74.52 | 24.06 | - |
| YUV | 218.53 | 63.93 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 105 | 0 | 0.13 | 0.59 | 0 | 46.8 | 1 | 0.71 |
| Hex | FF | DE | 69 | 0 | D | 3B | 0 | 2F | 64 | 47 |
| Octal | 377 | 336 | 151 | 0 | 15 | 73 | 0 | 57 | 144 | 107 |
| Binary | 11111111 | 11011110 | 1101001 | 0 | 1101 | 111011 | 0 | 101111 | 1100100 | 1000111 |
Color Harmonies of #FFDE69
Complementary color
Monochromatic Colors of #FFDE69
Black with #FFDE69
Text Example
Text Example
White with #FFDE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE69; }
p { color: rgb(255,222,105); }
H1.HeaderClassName
{
color: #FFDE69;
}
.AnyTagClassName
{
color: #FFDE69;
}
</style>
background-color css
<style>
a { background-color: #FFDE69; }
a { background-color: rgb(255,222,105); }
div.DivClassName
{
background-color: #FFDE69;
}
.BgClassName
{
background-color: #FFDE69;
}
</style>
border-color css
<style>
span { border-color: #FFDE69; }
span { border-color: rgb(255,222,105); }
td.TdClassName
{
border-color: #FFDE69;
}
.TagClassName
{
border-color: #FFDE69;
}
</style>