Shades of Dandelion #FFDD69
Tints of Dandelion #FFDD69
RGB
CMYK
RGB Variations
Color information
#FFDD69 (or 0xFFDD69) is known color: Dandelion. HEX triplet: FF, DD and 69. RGB value is (255,221,105). Sum of RGB (Red+Green+Blue) = 255+221+105=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 105 (41.41% from 255 or 18.07% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD69 is #002296. Grayscale: #DADADA. Windows color (decimal): -8855 or 6938111. OLE color: 6938111.
HSL color Cylindrical-coordinate representation of color #FFDD69: hue angle of 46.4º 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 #FFDD69 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 105 | - |
| CMYK | 0 | 0.13 | 0.59 | 0 |
| HSL | 46.4º | 1% | 0.71% | - |
| HSV(B) | 46.4º | 0.59% | 1% | - |
| XYZ | 69.65 | 73.99 | 23.98 | - |
| YUV | 217.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 105 | 0 | 0.13 | 0.59 | 0 | 46.4 | 1 | 0.71 |
| Hex | FF | DD | 69 | 0 | D | 3B | 0 | 2E | 64 | 47 |
| Octal | 377 | 335 | 151 | 0 | 15 | 73 | 0 | 56 | 144 | 107 |
| Binary | 11111111 | 11011101 | 1101001 | 0 | 1101 | 111011 | 0 | 101110 | 1100100 | 1000111 |
Color Harmonies of #FFDD69
Complementary color
Monochromatic Colors of #FFDD69
Black with #FFDD69
Text Example
Text Example
White with #FFDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD69; }
p { color: rgb(255,221,105); }
H1.HeaderClassName
{
color: #FFDD69;
}
.AnyTagClassName
{
color: #FFDD69;
}
</style>
background-color css
<style>
a { background-color: #FFDD69; }
a { background-color: rgb(255,221,105); }
div.DivClassName
{
background-color: #FFDD69;
}
.BgClassName
{
background-color: #FFDD69;
}
</style>
border-color css
<style>
span { border-color: #FFDD69; }
span { border-color: rgb(255,221,105); }
td.TdClassName
{
border-color: #FFDD69;
}
.TagClassName
{
border-color: #FFDD69;
}
</style>