Shades of Dandelion #FFD060
Tints of Dandelion #FFD060
RGB
CMYK
RGB Variations
Color information
#FFD060 (or 0xFFD060) is known color: Dandelion. HEX triplet: FF, D0 and 60. RGB value is (255,208,96). Sum of RGB (Red+Green+Blue) = 255+208+96=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD060 is #002F9F. Grayscale: #D1D1D1. Windows color (decimal): -12192 or 6344959. OLE color: 6344959.
HSL color Cylindrical-coordinate representation of color #FFD060: hue angle of 42.26º 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 #FFD060 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 96 | - |
| CMYK | 0 | 0.18 | 0.62 | 0 |
| HSL | 42.26º | 1% | 0.69% | - |
| HSV(B) | 42.26º | 0.62% | 1% | - |
| XYZ | 65.91 | 67.22 | 20.57 | - |
| YUV | 209.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 96 | 0 | 0.18 | 0.62 | 0 | 42.26 | 1 | 0.69 |
| Hex | FF | D0 | 60 | 0 | 12 | 3E | 0 | 2A | 64 | 45 |
| Octal | 377 | 320 | 140 | 0 | 22 | 76 | 0 | 52 | 144 | 105 |
| Binary | 11111111 | 11010000 | 1100000 | 0 | 10010 | 111110 | 0 | 101010 | 1100100 | 1000101 |
Color Harmonies of #FFD060
Complementary color
Monochromatic Colors of #FFD060
Black with #FFD060
Text Example
Text Example
White with #FFD060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD060; }
p { color: rgb(255,208,96); }
H1.HeaderClassName
{
color: #FFD060;
}
.AnyTagClassName
{
color: #FFD060;
}
</style>
background-color css
<style>
a { background-color: #FFD060; }
a { background-color: rgb(255,208,96); }
div.DivClassName
{
background-color: #FFD060;
}
.BgClassName
{
background-color: #FFD060;
}
</style>
border-color css
<style>
span { border-color: #FFD060; }
span { border-color: rgb(255,208,96); }
td.TdClassName
{
border-color: #FFD060;
}
.TagClassName
{
border-color: #FFD060;
}
</style>