Shades of Dandelion #FFDC60
Tints of Dandelion #FFDC60
RGB
CMYK
RGB Variations
Color information
#FFDC60 (or 0xFFDC60) is known color: Dandelion. HEX triplet: FF, DC and 60. RGB value is (255,220,96). Sum of RGB (Red+Green+Blue) = 255+220+96=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 96 (37.89% from 255 or 16.81% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC60 is #00239F. Grayscale: #D8D8D8. Windows color (decimal): -9120 or 6348031. OLE color: 6348031.
HSL color Cylindrical-coordinate representation of color #FFDC60: hue angle of 46.79º 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 #FFDC60 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 96 | - |
| CMYK | 0 | 0.14 | 0.62 | 0 |
| HSL | 46.79º | 1% | 0.69% | - |
| HSV(B) | 46.79º | 0.62% | 1% | - |
| XYZ | 68.94 | 73.29 | 21.58 | - |
| YUV | 216.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 96 | 0 | 0.14 | 0.62 | 0 | 46.79 | 1 | 0.69 |
| Hex | FF | DC | 60 | 0 | E | 3E | 0 | 2F | 64 | 45 |
| Octal | 377 | 334 | 140 | 0 | 16 | 76 | 0 | 57 | 144 | 105 |
| Binary | 11111111 | 11011100 | 1100000 | 0 | 1110 | 111110 | 0 | 101111 | 1100100 | 1000101 |
Color Harmonies of #FFDC60
Complementary color
Monochromatic Colors of #FFDC60
Black with #FFDC60
Text Example
Text Example
White with #FFDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC60; }
p { color: rgb(255,220,96); }
H1.HeaderClassName
{
color: #FFDC60;
}
.AnyTagClassName
{
color: #FFDC60;
}
</style>
background-color css
<style>
a { background-color: #FFDC60; }
a { background-color: rgb(255,220,96); }
div.DivClassName
{
background-color: #FFDC60;
}
.BgClassName
{
background-color: #FFDC60;
}
</style>
border-color css
<style>
span { border-color: #FFDC60; }
span { border-color: rgb(255,220,96); }
td.TdClassName
{
border-color: #FFDC60;
}
.TagClassName
{
border-color: #FFDC60;
}
</style>