Shades of Dandelion #FFDA69
Tints of Dandelion #FFDA69
RGB
CMYK
RGB Variations
Color information
#FFDA69 (or 0xFFDA69) is known color: Dandelion. HEX triplet: FF, DA and 69. RGB value is (255,218,105). Sum of RGB (Red+Green+Blue) = 255+218+105=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 105 (41.41% from 255 or 18.17% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA69 is #002596. Grayscale: #D8D8D8. Windows color (decimal): -9623 or 6937343. OLE color: 6937343.
HSL color Cylindrical-coordinate representation of color #FFDA69: hue angle of 45.2º 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 #FFDA69 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 105 | - |
| CMYK | 0 | 0.15 | 0.59 | 0 |
| HSL | 45.2º | 1% | 0.71% | - |
| HSV(B) | 45.2º | 0.59% | 1% | - |
| XYZ | 68.86 | 72.42 | 23.71 | - |
| YUV | 216.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 105 | 0 | 0.15 | 0.59 | 0 | 45.2 | 1 | 0.71 |
| Hex | FF | DA | 69 | 0 | F | 3B | 0 | 2D | 64 | 47 |
| Octal | 377 | 332 | 151 | 0 | 17 | 73 | 0 | 55 | 144 | 107 |
| Binary | 11111111 | 11011010 | 1101001 | 0 | 1111 | 111011 | 0 | 101101 | 1100100 | 1000111 |
Color Harmonies of #FFDA69
Complementary color
Monochromatic Colors of #FFDA69
Black with #FFDA69
Text Example
Text Example
White with #FFDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA69; }
p { color: rgb(255,218,105); }
H1.HeaderClassName
{
color: #FFDA69;
}
.AnyTagClassName
{
color: #FFDA69;
}
</style>
background-color css
<style>
a { background-color: #FFDA69; }
a { background-color: rgb(255,218,105); }
div.DivClassName
{
background-color: #FFDA69;
}
.BgClassName
{
background-color: #FFDA69;
}
</style>
border-color css
<style>
span { border-color: #FFDA69; }
span { border-color: rgb(255,218,105); }
td.TdClassName
{
border-color: #FFDA69;
}
.TagClassName
{
border-color: #FFDA69;
}
</style>