Shades of Dandelion #FFDB5E
Tints of Dandelion #FFDB5E
RGB
CMYK
RGB Variations
Color information
#FFDB5E (or 0xFFDB5E) is known color: Dandelion. HEX triplet: FF, DB and 5E. RGB value is (255,219,94). Sum of RGB (Red+Green+Blue) = 255+219+94=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB5E is #0024A1. Grayscale: #D8D8D8. Windows color (decimal): -9378 or 6216703. OLE color: 6216703.
HSL color Cylindrical-coordinate representation of color #FFDB5E: hue angle of 46.58º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFDB5E is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 94 | - |
| CMYK | 0 | 0.14 | 0.63 | 0 |
| HSL | 46.58º | 1% | 0.68% | - |
| HSV(B) | 46.58º | 0.63% | 1% | - |
| XYZ | 68.59 | 72.73 | 21.01 | - |
| YUV | 215.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 94 | 0 | 0.14 | 0.63 | 0 | 46.58 | 1 | 0.68 |
| Hex | FF | DB | 5E | 0 | E | 3F | 0 | 2F | 64 | 44 |
| Octal | 377 | 333 | 136 | 0 | 16 | 77 | 0 | 57 | 144 | 104 |
| Binary | 11111111 | 11011011 | 1011110 | 0 | 1110 | 111111 | 0 | 101111 | 1100100 | 1000100 |
Color Harmonies of #FFDB5E
Complementary color
Monochromatic Colors of #FFDB5E
Black with #FFDB5E
Text Example
Text Example
White with #FFDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB5E; }
p { color: rgb(255,219,94); }
H1.HeaderClassName
{
color: #FFDB5E;
}
.AnyTagClassName
{
color: #FFDB5E;
}
</style>
background-color css
<style>
a { background-color: #FFDB5E; }
a { background-color: rgb(255,219,94); }
div.DivClassName
{
background-color: #FFDB5E;
}
.BgClassName
{
background-color: #FFDB5E;
}
</style>
border-color css
<style>
span { border-color: #FFDB5E; }
span { border-color: rgb(255,219,94); }
td.TdClassName
{
border-color: #FFDB5E;
}
.TagClassName
{
border-color: #FFDB5E;
}
</style>