Shades of Dandelion #FFDD60
Tints of Dandelion #FFDD60
RGB
CMYK
RGB Variations
Color information
#FFDD60 (or 0xFFDD60) is known color: Dandelion. HEX triplet: FF, DD and 60. RGB value is (255,221,96). Sum of RGB (Red+Green+Blue) = 255+221+96=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 96 (37.89% from 255 or 16.78% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD60 is #00229F. Grayscale: #D9D9D9. Windows color (decimal): -8864 or 6348287. OLE color: 6348287.
HSL color Cylindrical-coordinate representation of color #FFDD60: hue angle of 47.17º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFDD60 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 96 | - |
| CMYK | 0 | 0.13 | 0.62 | 0 |
| HSL | 47.17º | 1% | 0.69% | - |
| HSV(B) | 47.17º | 0.62% | 1% | - |
| XYZ | 69.21 | 73.82 | 21.67 | - |
| YUV | 216.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 96 | 0 | 0.13 | 0.62 | 0 | 47.17 | 1 | 0.69 |
| Hex | FF | DD | 60 | 0 | D | 3E | 0 | 2F | 64 | 45 |
| Octal | 377 | 335 | 140 | 0 | 15 | 76 | 0 | 57 | 144 | 105 |
| Binary | 11111111 | 11011101 | 1100000 | 0 | 1101 | 111110 | 0 | 101111 | 1100100 | 1000101 |
Color Harmonies of #FFDD60
Complementary color
Monochromatic Colors of #FFDD60
Black with #FFDD60
Text Example
Text Example
White with #FFDD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD60; }
p { color: rgb(255,221,96); }
H1.HeaderClassName
{
color: #FFDD60;
}
.AnyTagClassName
{
color: #FFDD60;
}
</style>
background-color css
<style>
a { background-color: #FFDD60; }
a { background-color: rgb(255,221,96); }
div.DivClassName
{
background-color: #FFDD60;
}
.BgClassName
{
background-color: #FFDD60;
}
</style>
border-color css
<style>
span { border-color: #FFDD60; }
span { border-color: rgb(255,221,96); }
td.TdClassName
{
border-color: #FFDD60;
}
.TagClassName
{
border-color: #FFDD60;
}
</style>