Shades of Dandelion #FFDB6A
Tints of Dandelion #FFDB6A
RGB
CMYK
RGB Variations
Color information
#FFDB6A (or 0xFFDB6A) is known color: Dandelion. HEX triplet: FF, DB and 6A. RGB value is (255,219,106). Sum of RGB (Red+Green+Blue) = 255+219+106=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 106 (41.80% from 255 or 18.28% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB6A is #002495. Grayscale: #D9D9D9. Windows color (decimal): -9366 or 7003135. OLE color: 7003135.
HSL color Cylindrical-coordinate representation of color #FFDB6A: hue angle of 45.5º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFDB6A is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 106 | - |
| CMYK | 0 | 0.14 | 0.58 | 0 |
| HSL | 45.5º | 1% | 0.71% | - |
| HSV(B) | 45.5º | 0.58% | 1% | - |
| XYZ | 69.17 | 72.96 | 24.07 | - |
| YUV | 216.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 106 | 0 | 0.14 | 0.58 | 0 | 45.5 | 1 | 0.71 |
| Hex | FF | DB | 6A | 0 | E | 3A | 0 | 2E | 64 | 47 |
| Octal | 377 | 333 | 152 | 0 | 16 | 72 | 0 | 56 | 144 | 107 |
| Binary | 11111111 | 11011011 | 1101010 | 0 | 1110 | 111010 | 0 | 101110 | 1100100 | 1000111 |
Color Harmonies of #FFDB6A
Complementary color
Monochromatic Colors of #FFDB6A
Black with #FFDB6A
Text Example
Text Example
White with #FFDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB6A; }
p { color: rgb(255,219,106); }
H1.HeaderClassName
{
color: #FFDB6A;
}
.AnyTagClassName
{
color: #FFDB6A;
}
</style>
background-color css
<style>
a { background-color: #FFDB6A; }
a { background-color: rgb(255,219,106); }
div.DivClassName
{
background-color: #FFDB6A;
}
.BgClassName
{
background-color: #FFDB6A;
}
</style>
border-color css
<style>
span { border-color: #FFDB6A; }
span { border-color: rgb(255,219,106); }
td.TdClassName
{
border-color: #FFDB6A;
}
.TagClassName
{
border-color: #FFDB6A;
}
</style>