Shades of Dandelion #FFD05D
Tints of Dandelion #FFD05D
RGB
CMYK
RGB Variations
Color information
#FFD05D (or 0xFFD05D) is known color: Dandelion. HEX triplet: FF, D0 and 5D. RGB value is (255,208,93). Sum of RGB (Red+Green+Blue) = 255+208+93=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD05D is #002FA2. Grayscale: #D1D1D1. Windows color (decimal): -12195 or 6148351. OLE color: 6148351.
HSL color Cylindrical-coordinate representation of color #FFD05D: hue angle of 42.59º 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 #FFD05D is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 93 | - |
| CMYK | 0 | 0.18 | 0.64 | 0 |
| HSL | 42.59º | 1% | 0.68% | - |
| HSV(B) | 42.59º | 0.64% | 1% | - |
| XYZ | 65.77 | 67.16 | 19.85 | - |
| YUV | 208.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 93 | 0 | 0.18 | 0.64 | 0 | 42.59 | 1 | 0.68 |
| Hex | FF | D0 | 5D | 0 | 12 | 40 | 0 | 2B | 64 | 44 |
| Octal | 377 | 320 | 135 | 0 | 22 | 100 | 0 | 53 | 144 | 104 |
| Binary | 11111111 | 11010000 | 1011101 | 0 | 10010 | 1000000 | 0 | 101011 | 1100100 | 1000100 |
Color Harmonies of #FFD05D
Complementary color
Monochromatic Colors of #FFD05D
Black with #FFD05D
Text Example
Text Example
White with #FFD05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD05D; }
p { color: rgb(255,208,93); }
H1.HeaderClassName
{
color: #FFD05D;
}
.AnyTagClassName
{
color: #FFD05D;
}
</style>
background-color css
<style>
a { background-color: #FFD05D; }
a { background-color: rgb(255,208,93); }
div.DivClassName
{
background-color: #FFD05D;
}
.BgClassName
{
background-color: #FFD05D;
}
</style>
border-color css
<style>
span { border-color: #FFD05D; }
span { border-color: rgb(255,208,93); }
td.TdClassName
{
border-color: #FFD05D;
}
.TagClassName
{
border-color: #FFD05D;
}
</style>