Shades of Dandelion #FFD15A
Tints of Dandelion #FFD15A
RGB
CMYK
RGB Variations
Color information
#FFD15A (or 0xFFD15A) is known color: Dandelion. HEX triplet: FF, D1 and 5A. RGB value is (255,209,90). Sum of RGB (Red+Green+Blue) = 255+209+90=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD15A is #002EA5. Grayscale: #D1D1D1. Windows color (decimal): -11942 or 5951999. OLE color: 5951999.
HSL color Cylindrical-coordinate representation of color #FFD15A: hue angle of 43.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD15A is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 90 | - |
| CMYK | 0 | 0.18 | 0.65 | 0 |
| HSL | 43.27º | 1% | 0.68% | - |
| HSV(B) | 43.27º | 0.65% | 1% | - |
| XYZ | 65.89 | 67.6 | 19.25 | - |
| YUV | 209.19 | 60.74 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 90 | 0 | 0.18 | 0.65 | 0 | 43.27 | 1 | 0.68 |
| Hex | FF | D1 | 5A | 0 | 12 | 41 | 0 | 2B | 64 | 44 |
| Octal | 377 | 321 | 132 | 0 | 22 | 101 | 0 | 53 | 144 | 104 |
| Binary | 11111111 | 11010001 | 1011010 | 0 | 10010 | 1000001 | 0 | 101011 | 1100100 | 1000100 |
Color Harmonies of #FFD15A
Complementary color
Monochromatic Colors of #FFD15A
Black with #FFD15A
Text Example
Text Example
White with #FFD15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD15A; }
p { color: rgb(255,209,90); }
H1.HeaderClassName
{
color: #FFD15A;
}
.AnyTagClassName
{
color: #FFD15A;
}
</style>
background-color css
<style>
a { background-color: #FFD15A; }
a { background-color: rgb(255,209,90); }
div.DivClassName
{
background-color: #FFD15A;
}
.BgClassName
{
background-color: #FFD15A;
}
</style>
border-color css
<style>
span { border-color: #FFD15A; }
span { border-color: rgb(255,209,90); }
td.TdClassName
{
border-color: #FFD15A;
}
.TagClassName
{
border-color: #FFD15A;
}
</style>