Shades of Dandelion #FFD469
Tints of Dandelion #FFD469
RGB
CMYK
RGB Variations
Color information
#FFD469 (or 0xFFD469) is known color: Dandelion. HEX triplet: FF, D4 and 69. RGB value is (255,212,105). Sum of RGB (Red+Green+Blue) = 255+212+105=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 105 (41.41% from 255 or 18.36% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD469 is #002B96. Grayscale: #D5D5D5. Windows color (decimal): -11159 or 6935807. OLE color: 6935807.
HSL color Cylindrical-coordinate representation of color #FFD469: hue angle of 42.8º 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 #FFD469 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 105 | - |
| CMYK | 0 | 0.17 | 0.59 | 0 |
| HSL | 42.8º | 1% | 0.71% | - |
| HSV(B) | 42.8º | 0.59% | 1% | - |
| XYZ | 67.33 | 69.37 | 23.2 | - |
| YUV | 212.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 105 | 0 | 0.17 | 0.59 | 0 | 42.8 | 1 | 0.71 |
| Hex | FF | D4 | 69 | 0 | 11 | 3B | 0 | 2B | 64 | 47 |
| Octal | 377 | 324 | 151 | 0 | 21 | 73 | 0 | 53 | 144 | 107 |
| Binary | 11111111 | 11010100 | 1101001 | 0 | 10001 | 111011 | 0 | 101011 | 1100100 | 1000111 |
Color Harmonies of #FFD469
Complementary color
Monochromatic Colors of #FFD469
Black with #FFD469
Text Example
Text Example
White with #FFD469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD469; }
p { color: rgb(255,212,105); }
H1.HeaderClassName
{
color: #FFD469;
}
.AnyTagClassName
{
color: #FFD469;
}
</style>
background-color css
<style>
a { background-color: #FFD469; }
a { background-color: rgb(255,212,105); }
div.DivClassName
{
background-color: #FFD469;
}
.BgClassName
{
background-color: #FFD469;
}
</style>
border-color css
<style>
span { border-color: #FFD469; }
span { border-color: rgb(255,212,105); }
td.TdClassName
{
border-color: #FFD469;
}
.TagClassName
{
border-color: #FFD469;
}
</style>