Shades of Dandelion #FFD05F
Tints of Dandelion #FFD05F
RGB
CMYK
RGB Variations
Color information
#FFD05F (or 0xFFD05F) is known color: Dandelion. HEX triplet: FF, D0 and 5F. RGB value is (255,208,95). Sum of RGB (Red+Green+Blue) = 255+208+95=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD05F is #002FA0. Grayscale: #D1D1D1. Windows color (decimal): -12193 or 6279423. OLE color: 6279423.
HSL color Cylindrical-coordinate representation of color #FFD05F: hue angle of 42.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD05F is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 95 | - |
| CMYK | 0 | 0.18 | 0.63 | 0 |
| HSL | 42.38º | 1% | 0.69% | - |
| HSV(B) | 42.38º | 0.63% | 1% | - |
| XYZ | 65.86 | 67.2 | 20.33 | - |
| YUV | 209.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 95 | 0 | 0.18 | 0.63 | 0 | 42.38 | 1 | 0.69 |
| Hex | FF | D0 | 5F | 0 | 12 | 3F | 0 | 2A | 64 | 45 |
| Octal | 377 | 320 | 137 | 0 | 22 | 77 | 0 | 52 | 144 | 105 |
| Binary | 11111111 | 11010000 | 1011111 | 0 | 10010 | 111111 | 0 | 101010 | 1100100 | 1000101 |
Color Harmonies of #FFD05F
Complementary color
Monochromatic Colors of #FFD05F
Black with #FFD05F
Text Example
Text Example
White with #FFD05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD05F; }
p { color: rgb(255,208,95); }
H1.HeaderClassName
{
color: #FFD05F;
}
.AnyTagClassName
{
color: #FFD05F;
}
</style>
background-color css
<style>
a { background-color: #FFD05F; }
a { background-color: rgb(255,208,95); }
div.DivClassName
{
background-color: #FFD05F;
}
.BgClassName
{
background-color: #FFD05F;
}
</style>
border-color css
<style>
span { border-color: #FFD05F; }
span { border-color: rgb(255,208,95); }
td.TdClassName
{
border-color: #FFD05F;
}
.TagClassName
{
border-color: #FFD05F;
}
</style>