Shades of Dandelion #FFDB69
Tints of Dandelion #FFDB69
RGB
CMYK
RGB Variations
Color information
#FFDB69 (or 0xFFDB69) is known color: Dandelion. HEX triplet: FF, DB and 69. RGB value is (255,219,105). Sum of RGB (Red+Green+Blue) = 255+219+105=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 105 (41.41% from 255 or 18.13% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB69 is #002496. Grayscale: #D9D9D9. Windows color (decimal): -9367 or 6937599. OLE color: 6937599.
HSL color Cylindrical-coordinate representation of color #FFDB69: hue angle of 45.6º 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 #FFDB69 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 105 | - |
| CMYK | 0 | 0.14 | 0.59 | 0 |
| HSL | 45.6º | 1% | 0.71% | - |
| HSV(B) | 45.6º | 0.59% | 1% | - |
| XYZ | 69.12 | 72.94 | 23.8 | - |
| YUV | 216.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 105 | 0 | 0.14 | 0.59 | 0 | 45.6 | 1 | 0.71 |
| Hex | FF | DB | 69 | 0 | E | 3B | 0 | 2E | 64 | 47 |
| Octal | 377 | 333 | 151 | 0 | 16 | 73 | 0 | 56 | 144 | 107 |
| Binary | 11111111 | 11011011 | 1101001 | 0 | 1110 | 111011 | 0 | 101110 | 1100100 | 1000111 |
Color Harmonies of #FFDB69
Complementary color
Monochromatic Colors of #FFDB69
Black with #FFDB69
Text Example
Text Example
White with #FFDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB69; }
p { color: rgb(255,219,105); }
H1.HeaderClassName
{
color: #FFDB69;
}
.AnyTagClassName
{
color: #FFDB69;
}
</style>
background-color css
<style>
a { background-color: #FFDB69; }
a { background-color: rgb(255,219,105); }
div.DivClassName
{
background-color: #FFDB69;
}
.BgClassName
{
background-color: #FFDB69;
}
</style>
border-color css
<style>
span { border-color: #FFDB69; }
span { border-color: rgb(255,219,105); }
td.TdClassName
{
border-color: #FFDB69;
}
.TagClassName
{
border-color: #FFDB69;
}
</style>