Shades of Dandelion #FFD45D
Tints of Dandelion #FFD45D
RGB
CMYK
RGB Variations
Color information
#FFD45D (or 0xFFD45D) is known color: Dandelion. HEX triplet: FF, D4 and 5D. RGB value is (255,212,93). Sum of RGB (Red+Green+Blue) = 255+212+93=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD45D is #002BA2. Grayscale: #D3D3D3. Windows color (decimal): -11171 or 6149375. OLE color: 6149375.
HSL color Cylindrical-coordinate representation of color #FFD45D: hue angle of 44.07º 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 #FFD45D is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 93 | - |
| CMYK | 0 | 0.17 | 0.64 | 0 |
| HSL | 44.07º | 1% | 0.68% | - |
| HSV(B) | 44.07º | 0.64% | 1% | - |
| XYZ | 66.76 | 69.14 | 20.18 | - |
| YUV | 211.29 | 61.25 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 93 | 0 | 0.17 | 0.64 | 0 | 44.07 | 1 | 0.68 |
| Hex | FF | D4 | 5D | 0 | 11 | 40 | 0 | 2C | 64 | 44 |
| Octal | 377 | 324 | 135 | 0 | 21 | 100 | 0 | 54 | 144 | 104 |
| Binary | 11111111 | 11010100 | 1011101 | 0 | 10001 | 1000000 | 0 | 101100 | 1100100 | 1000100 |
Color Harmonies of #FFD45D
Complementary color
Monochromatic Colors of #FFD45D
Black with #FFD45D
Text Example
Text Example
White with #FFD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD45D; }
p { color: rgb(255,212,93); }
H1.HeaderClassName
{
color: #FFD45D;
}
.AnyTagClassName
{
color: #FFD45D;
}
</style>
background-color css
<style>
a { background-color: #FFD45D; }
a { background-color: rgb(255,212,93); }
div.DivClassName
{
background-color: #FFD45D;
}
.BgClassName
{
background-color: #FFD45D;
}
</style>
border-color css
<style>
span { border-color: #FFD45D; }
span { border-color: rgb(255,212,93); }
td.TdClassName
{
border-color: #FFD45D;
}
.TagClassName
{
border-color: #FFD45D;
}
</style>