Shades of Dandelion #FFD45E
Tints of Dandelion #FFD45E
RGB
CMYK
RGB Variations
Color information
#FFD45E (or 0xFFD45E) is known color: Dandelion. HEX triplet: FF, D4 and 5E. RGB value is (255,212,94). Sum of RGB (Red+Green+Blue) = 255+212+94=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 94 (37.11% from 255 or 16.76% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD45E is #002BA1. Grayscale: #D3D3D3. Windows color (decimal): -11170 or 6214911. OLE color: 6214911.
HSL color Cylindrical-coordinate representation of color #FFD45E: hue angle of 43.98º 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 #FFD45E is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 94 | - |
| CMYK | 0 | 0.17 | 0.63 | 0 |
| HSL | 43.98º | 1% | 0.68% | - |
| HSV(B) | 43.98º | 0.63% | 1% | - |
| XYZ | 66.8 | 69.16 | 20.42 | - |
| YUV | 211.41 | 61.75 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 94 | 0 | 0.17 | 0.63 | 0 | 43.98 | 1 | 0.68 |
| Hex | FF | D4 | 5E | 0 | 11 | 3F | 0 | 2C | 64 | 44 |
| Octal | 377 | 324 | 136 | 0 | 21 | 77 | 0 | 54 | 144 | 104 |
| Binary | 11111111 | 11010100 | 1011110 | 0 | 10001 | 111111 | 0 | 101100 | 1100100 | 1000100 |
Color Harmonies of #FFD45E
Complementary color
Monochromatic Colors of #FFD45E
Black with #FFD45E
Text Example
Text Example
White with #FFD45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD45E; }
p { color: rgb(255,212,94); }
H1.HeaderClassName
{
color: #FFD45E;
}
.AnyTagClassName
{
color: #FFD45E;
}
</style>
background-color css
<style>
a { background-color: #FFD45E; }
a { background-color: rgb(255,212,94); }
div.DivClassName
{
background-color: #FFD45E;
}
.BgClassName
{
background-color: #FFD45E;
}
</style>
border-color css
<style>
span { border-color: #FFD45E; }
span { border-color: rgb(255,212,94); }
td.TdClassName
{
border-color: #FFD45E;
}
.TagClassName
{
border-color: #FFD45E;
}
</style>