Shades of Dandelion #FFD65F
Tints of Dandelion #FFD65F
RGB
CMYK
RGB Variations
Color information
#FFD65F (or 0xFFD65F) is known color: Dandelion. HEX triplet: FF, D6 and 5F. RGB value is (255,214,95). Sum of RGB (Red+Green+Blue) = 255+214+95=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 95 (37.5% from 255 or 16.84% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD65F is #0029A0. Grayscale: #D5D5D5. Windows color (decimal): -10657 or 6280959. OLE color: 6280959.
HSL color Cylindrical-coordinate representation of color #FFD65F: hue angle of 44.62º 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 #FFD65F is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 95 | - |
| CMYK | 0 | 0.16 | 0.63 | 0 |
| HSL | 44.63º | 1% | 0.69% | - |
| HSV(B) | 44.63º | 0.63% | 1% | - |
| XYZ | 67.35 | 70.18 | 20.82 | - |
| YUV | 212.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 95 | 0 | 0.16 | 0.63 | 0 | 44.63 | 1 | 0.69 |
| Hex | FF | D6 | 5F | 0 | 10 | 3F | 0 | 2D | 64 | 45 |
| Octal | 377 | 326 | 137 | 0 | 20 | 77 | 0 | 55 | 144 | 105 |
| Binary | 11111111 | 11010110 | 1011111 | 0 | 10000 | 111111 | 0 | 101101 | 1100100 | 1000101 |
Color Harmonies of #FFD65F
Complementary color
Monochromatic Colors of #FFD65F
Black with #FFD65F
Text Example
Text Example
White with #FFD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD65F; }
p { color: rgb(255,214,95); }
H1.HeaderClassName
{
color: #FFD65F;
}
.AnyTagClassName
{
color: #FFD65F;
}
</style>
background-color css
<style>
a { background-color: #FFD65F; }
a { background-color: rgb(255,214,95); }
div.DivClassName
{
background-color: #FFD65F;
}
.BgClassName
{
background-color: #FFD65F;
}
</style>
border-color css
<style>
span { border-color: #FFD65F; }
span { border-color: rgb(255,214,95); }
td.TdClassName
{
border-color: #FFD65F;
}
.TagClassName
{
border-color: #FFD65F;
}
</style>