Shades of Dandelion #FFD25E
Tints of Dandelion #FFD25E
RGB
CMYK
RGB Variations
Color information
#FFD25E (or 0xFFD25E) is known color: Dandelion. HEX triplet: FF, D2 and 5E. RGB value is (255,210,94). Sum of RGB (Red+Green+Blue) = 255+210+94=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD25E is #002DA1. Grayscale: #D2D2D2. Windows color (decimal): -11682 or 6214399. OLE color: 6214399.
HSL color Cylindrical-coordinate representation of color #FFD25E: hue angle of 43.23º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD25E is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 94 | - |
| CMYK | 0 | 0.18 | 0.63 | 0 |
| HSL | 43.23º | 1% | 0.68% | - |
| HSV(B) | 43.23º | 0.63% | 1% | - |
| XYZ | 66.31 | 68.16 | 20.25 | - |
| YUV | 210.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 94 | 0 | 0.18 | 0.63 | 0 | 43.23 | 1 | 0.68 |
| Hex | FF | D2 | 5E | 0 | 12 | 3F | 0 | 2B | 64 | 44 |
| Octal | 377 | 322 | 136 | 0 | 22 | 77 | 0 | 53 | 144 | 104 |
| Binary | 11111111 | 11010010 | 1011110 | 0 | 10010 | 111111 | 0 | 101011 | 1100100 | 1000100 |
Color Harmonies of #FFD25E
Complementary color
Monochromatic Colors of #FFD25E
Black with #FFD25E
Text Example
Text Example
White with #FFD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD25E; }
p { color: rgb(255,210,94); }
H1.HeaderClassName
{
color: #FFD25E;
}
.AnyTagClassName
{
color: #FFD25E;
}
</style>
background-color css
<style>
a { background-color: #FFD25E; }
a { background-color: rgb(255,210,94); }
div.DivClassName
{
background-color: #FFD25E;
}
.BgClassName
{
background-color: #FFD25E;
}
</style>
border-color css
<style>
span { border-color: #FFD25E; }
span { border-color: rgb(255,210,94); }
td.TdClassName
{
border-color: #FFD25E;
}
.TagClassName
{
border-color: #FFD25E;
}
</style>