Shades of Dandelion #FFD45B
Tints of Dandelion #FFD45B
RGB
CMYK
RGB Variations
Color information
#FFD45B (or 0xFFD45B) is known color: Dandelion. HEX triplet: FF, D4 and 5B. RGB value is (255,212,91). Sum of RGB (Red+Green+Blue) = 255+212+91=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 91 (35.94% from 255 or 16.31% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD45B is #002BA4. Grayscale: #D3D3D3. Windows color (decimal): -11173 or 6018303. OLE color: 6018303.
HSL color Cylindrical-coordinate representation of color #FFD45B: hue angle of 44.27º 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 #FFD45B is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 91 | - |
| CMYK | 0 | 0.17 | 0.64 | 0 |
| HSL | 44.27º | 1% | 0.68% | - |
| HSV(B) | 44.27º | 0.64% | 1% | - |
| XYZ | 66.67 | 69.1 | 19.72 | - |
| YUV | 211.06 | 60.25 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 91 | 0 | 0.17 | 0.64 | 0 | 44.27 | 1 | 0.68 |
| Hex | FF | D4 | 5B | 0 | 11 | 40 | 0 | 2C | 64 | 44 |
| Octal | 377 | 324 | 133 | 0 | 21 | 100 | 0 | 54 | 144 | 104 |
| Binary | 11111111 | 11010100 | 1011011 | 0 | 10001 | 1000000 | 0 | 101100 | 1100100 | 1000100 |
Color Harmonies of #FFD45B
Complementary color
Monochromatic Colors of #FFD45B
Black with #FFD45B
Text Example
Text Example
White with #FFD45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD45B; }
p { color: rgb(255,212,91); }
H1.HeaderClassName
{
color: #FFD45B;
}
.AnyTagClassName
{
color: #FFD45B;
}
</style>
background-color css
<style>
a { background-color: #FFD45B; }
a { background-color: rgb(255,212,91); }
div.DivClassName
{
background-color: #FFD45B;
}
.BgClassName
{
background-color: #FFD45B;
}
</style>
border-color css
<style>
span { border-color: #FFD45B; }
span { border-color: rgb(255,212,91); }
td.TdClassName
{
border-color: #FFD45B;
}
.TagClassName
{
border-color: #FFD45B;
}
</style>