Shades of Dandelion #FFDA68
Tints of Dandelion #FFDA68
RGB
CMYK
RGB Variations
Color information
#FFDA68 (or 0xFFDA68) is known color: Dandelion. HEX triplet: FF, DA and 68. RGB value is (255,218,104). Sum of RGB (Red+Green+Blue) = 255+218+104=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA68 is #002597. Grayscale: #D8D8D8. Windows color (decimal): -9624 or 6871807. OLE color: 6871807.
HSL color Cylindrical-coordinate representation of color #FFDA68: hue angle of 45.3º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFDA68 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 104 | - |
| CMYK | 0 | 0.15 | 0.59 | 0 |
| HSL | 45.3º | 1% | 0.7% | - |
| HSV(B) | 45.3º | 0.59% | 1% | - |
| XYZ | 68.81 | 72.4 | 23.45 | - |
| YUV | 216.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 104 | 0 | 0.15 | 0.59 | 0 | 45.3 | 1 | 0.7 |
| Hex | FF | DA | 68 | 0 | F | 3B | 0 | 2D | 64 | 46 |
| Octal | 377 | 332 | 150 | 0 | 17 | 73 | 0 | 55 | 144 | 106 |
| Binary | 11111111 | 11011010 | 1101000 | 0 | 1111 | 111011 | 0 | 101101 | 1100100 | 1000110 |
Color Harmonies of #FFDA68
Complementary color
Monochromatic Colors of #FFDA68
Black with #FFDA68
Text Example
Text Example
White with #FFDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA68; }
p { color: rgb(255,218,104); }
H1.HeaderClassName
{
color: #FFDA68;
}
.AnyTagClassName
{
color: #FFDA68;
}
</style>
background-color css
<style>
a { background-color: #FFDA68; }
a { background-color: rgb(255,218,104); }
div.DivClassName
{
background-color: #FFDA68;
}
.BgClassName
{
background-color: #FFDA68;
}
</style>
border-color css
<style>
span { border-color: #FFDA68; }
span { border-color: rgb(255,218,104); }
td.TdClassName
{
border-color: #FFDA68;
}
.TagClassName
{
border-color: #FFDA68;
}
</style>