Shades of Dandelion #FFDB65
Tints of Dandelion #FFDB65
RGB
CMYK
RGB Variations
Color information
#FFDB65 (or 0xFFDB65) is known color: Dandelion. HEX triplet: FF, DB and 65. RGB value is (255,219,101). Sum of RGB (Red+Green+Blue) = 255+219+101=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 101 (39.84% from 255 or 17.57% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB65 is #00249A. Grayscale: #D8D8D8. Windows color (decimal): -9371 or 6675455. OLE color: 6675455.
HSL color Cylindrical-coordinate representation of color #FFDB65: hue angle of 45.97º 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 #FFDB65 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 101 | - |
| CMYK | 0 | 0.14 | 0.60 | 0 |
| HSL | 45.97º | 1% | 0.7% | - |
| HSV(B) | 45.97º | 0.6% | 1% | - |
| XYZ | 68.92 | 72.86 | 22.74 | - |
| YUV | 216.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 101 | 0 | 0.14 | 0.60 | 0 | 45.97 | 1 | 0.7 |
| Hex | FF | DB | 65 | 0 | E | 3C | 0 | 2E | 64 | 46 |
| Octal | 377 | 333 | 145 | 0 | 16 | 74 | 0 | 56 | 144 | 106 |
| Binary | 11111111 | 11011011 | 1100101 | 0 | 1110 | 111100 | 0 | 101110 | 1100100 | 1000110 |
Color Harmonies of #FFDB65
Complementary color
Monochromatic Colors of #FFDB65
Black with #FFDB65
Text Example
Text Example
White with #FFDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB65; }
p { color: rgb(255,219,101); }
H1.HeaderClassName
{
color: #FFDB65;
}
.AnyTagClassName
{
color: #FFDB65;
}
</style>
background-color css
<style>
a { background-color: #FFDB65; }
a { background-color: rgb(255,219,101); }
div.DivClassName
{
background-color: #FFDB65;
}
.BgClassName
{
background-color: #FFDB65;
}
</style>
border-color css
<style>
span { border-color: #FFDB65; }
span { border-color: rgb(255,219,101); }
td.TdClassName
{
border-color: #FFDB65;
}
.TagClassName
{
border-color: #FFDB65;
}
</style>