Shades of Dandelion #FFDD5E
Tints of Dandelion #FFDD5E
RGB
CMYK
RGB Variations
Color information
#FFDD5E (or 0xFFDD5E) is known color: Dandelion. HEX triplet: FF, DD and 5E. RGB value is (255,221,94). Sum of RGB (Red+Green+Blue) = 255+221+94=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 94 (37.11% from 255 or 16.49% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD5E is #0022A1. Grayscale: #D9D9D9. Windows color (decimal): -8866 or 6217215. OLE color: 6217215.
HSL color Cylindrical-coordinate representation of color #FFDD5E: hue angle of 47.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFDD5E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 94 | - |
| CMYK | 0 | 0.13 | 0.63 | 0 |
| HSL | 47.33º | 1% | 0.68% | - |
| HSV(B) | 47.33º | 0.63% | 1% | - |
| XYZ | 69.12 | 73.78 | 21.19 | - |
| YUV | 216.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 94 | 0 | 0.13 | 0.63 | 0 | 47.33 | 1 | 0.68 |
| Hex | FF | DD | 5E | 0 | D | 3F | 0 | 2F | 64 | 44 |
| Octal | 377 | 335 | 136 | 0 | 15 | 77 | 0 | 57 | 144 | 104 |
| Binary | 11111111 | 11011101 | 1011110 | 0 | 1101 | 111111 | 0 | 101111 | 1100100 | 1000100 |
Color Harmonies of #FFDD5E
Complementary color
Monochromatic Colors of #FFDD5E
Black with #FFDD5E
Text Example
Text Example
White with #FFDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD5E; }
p { color: rgb(255,221,94); }
H1.HeaderClassName
{
color: #FFDD5E;
}
.AnyTagClassName
{
color: #FFDD5E;
}
</style>
background-color css
<style>
a { background-color: #FFDD5E; }
a { background-color: rgb(255,221,94); }
div.DivClassName
{
background-color: #FFDD5E;
}
.BgClassName
{
background-color: #FFDD5E;
}
</style>
border-color css
<style>
span { border-color: #FFDD5E; }
span { border-color: rgb(255,221,94); }
td.TdClassName
{
border-color: #FFDD5E;
}
.TagClassName
{
border-color: #FFDD5E;
}
</style>