Shades of Dandelion #FFDA6A
Tints of Dandelion #FFDA6A
RGB
CMYK
RGB Variations
Color information
#FFDA6A (or 0xFFDA6A) is known color: Dandelion. HEX triplet: FF, DA and 6A. RGB value is (255,218,106). Sum of RGB (Red+Green+Blue) = 255+218+106=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA6A is #002595. Grayscale: #D8D8D8. Windows color (decimal): -9622 or 7002879. OLE color: 7002879.
HSL color Cylindrical-coordinate representation of color #FFDA6A: hue angle of 45.1º 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 #FFDA6A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 106 | - |
| CMYK | 0 | 0.15 | 0.58 | 0 |
| HSL | 45.1º | 1% | 0.71% | - |
| HSV(B) | 45.1º | 0.58% | 1% | - |
| XYZ | 68.91 | 72.44 | 23.99 | - |
| YUV | 216.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 106 | 0 | 0.15 | 0.58 | 0 | 45.1 | 1 | 0.71 |
| Hex | FF | DA | 6A | 0 | F | 3A | 0 | 2D | 64 | 47 |
| Octal | 377 | 332 | 152 | 0 | 17 | 72 | 0 | 55 | 144 | 107 |
| Binary | 11111111 | 11011010 | 1101010 | 0 | 1111 | 111010 | 0 | 101101 | 1100100 | 1000111 |
Color Harmonies of #FFDA6A
Complementary color
Monochromatic Colors of #FFDA6A
Black with #FFDA6A
Text Example
Text Example
White with #FFDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA6A; }
p { color: rgb(255,218,106); }
H1.HeaderClassName
{
color: #FFDA6A;
}
.AnyTagClassName
{
color: #FFDA6A;
}
</style>
background-color css
<style>
a { background-color: #FFDA6A; }
a { background-color: rgb(255,218,106); }
div.DivClassName
{
background-color: #FFDA6A;
}
.BgClassName
{
background-color: #FFDA6A;
}
</style>
border-color css
<style>
span { border-color: #FFDA6A; }
span { border-color: rgb(255,218,106); }
td.TdClassName
{
border-color: #FFDA6A;
}
.TagClassName
{
border-color: #FFDA6A;
}
</style>