Shades of Dandelion #FFD25B
Tints of Dandelion #FFD25B
RGB
CMYK
RGB Variations
Color information
#FFD25B (or 0xFFD25B) is known color: Dandelion. HEX triplet: FF, D2 and 5B. RGB value is (255,210,91). Sum of RGB (Red+Green+Blue) = 255+210+91=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 91 (35.94% from 255 or 16.37% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD25B is #002DA4. Grayscale: #D2D2D2. Windows color (decimal): -11685 or 6017791. OLE color: 6017791.
HSL color Cylindrical-coordinate representation of color #FFD25B: hue angle of 43.54º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFD25B is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 91 | - |
| CMYK | 0 | 0.18 | 0.64 | 0 |
| HSL | 43.54º | 1% | 0.68% | - |
| HSV(B) | 43.54º | 0.64% | 1% | - |
| XYZ | 66.17 | 68.11 | 19.56 | - |
| YUV | 209.89 | 60.91 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 91 | 0 | 0.18 | 0.64 | 0 | 43.54 | 1 | 0.68 |
| Hex | FF | D2 | 5B | 0 | 12 | 40 | 0 | 2C | 64 | 44 |
| Octal | 377 | 322 | 133 | 0 | 22 | 100 | 0 | 54 | 144 | 104 |
| Binary | 11111111 | 11010010 | 1011011 | 0 | 10010 | 1000000 | 0 | 101100 | 1100100 | 1000100 |
Color Harmonies of #FFD25B
Complementary color
Monochromatic Colors of #FFD25B
Black with #FFD25B
Text Example
Text Example
White with #FFD25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD25B; }
p { color: rgb(255,210,91); }
H1.HeaderClassName
{
color: #FFD25B;
}
.AnyTagClassName
{
color: #FFD25B;
}
</style>
background-color css
<style>
a { background-color: #FFD25B; }
a { background-color: rgb(255,210,91); }
div.DivClassName
{
background-color: #FFD25B;
}
.BgClassName
{
background-color: #FFD25B;
}
</style>
border-color css
<style>
span { border-color: #FFD25B; }
span { border-color: rgb(255,210,91); }
td.TdClassName
{
border-color: #FFD25B;
}
.TagClassName
{
border-color: #FFD25B;
}
</style>