Shades of Dandelion #FFD45C
Tints of Dandelion #FFD45C
RGB
CMYK
RGB Variations
Color information
#FFD45C (or 0xFFD45C) is known color: Dandelion. HEX triplet: FF, D4 and 5C. RGB value is (255,212,92). Sum of RGB (Red+Green+Blue) = 255+212+92=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD45C is #002BA3. Grayscale: #D3D3D3. Windows color (decimal): -11172 or 6083839. OLE color: 6083839.
HSL color Cylindrical-coordinate representation of color #FFD45C: hue angle of 44.17º 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 #FFD45C is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 92 | - |
| CMYK | 0 | 0.17 | 0.64 | 0 |
| HSL | 44.17º | 1% | 0.68% | - |
| HSV(B) | 44.17º | 0.64% | 1% | - |
| XYZ | 66.72 | 69.12 | 19.95 | - |
| YUV | 211.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 92 | 0 | 0.17 | 0.64 | 0 | 44.17 | 1 | 0.68 |
| Hex | FF | D4 | 5C | 0 | 11 | 40 | 0 | 2C | 64 | 44 |
| Octal | 377 | 324 | 134 | 0 | 21 | 100 | 0 | 54 | 144 | 104 |
| Binary | 11111111 | 11010100 | 1011100 | 0 | 10001 | 1000000 | 0 | 101100 | 1100100 | 1000100 |
Color Harmonies of #FFD45C
Complementary color
Monochromatic Colors of #FFD45C
Black with #FFD45C
Text Example
Text Example
White with #FFD45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD45C; }
p { color: rgb(255,212,92); }
H1.HeaderClassName
{
color: #FFD45C;
}
.AnyTagClassName
{
color: #FFD45C;
}
</style>
background-color css
<style>
a { background-color: #FFD45C; }
a { background-color: rgb(255,212,92); }
div.DivClassName
{
background-color: #FFD45C;
}
.BgClassName
{
background-color: #FFD45C;
}
</style>
border-color css
<style>
span { border-color: #FFD45C; }
span { border-color: rgb(255,212,92); }
td.TdClassName
{
border-color: #FFD45C;
}
.TagClassName
{
border-color: #FFD45C;
}
</style>