Shades of Dandelion #FFD65E
Tints of Dandelion #FFD65E
RGB
CMYK
RGB Variations
Color information
#FFD65E (or 0xFFD65E) is known color: Dandelion. HEX triplet: FF, D6 and 5E. RGB value is (255,214,94). Sum of RGB (Red+Green+Blue) = 255+214+94=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD65E is #0029A1. Grayscale: #D5D5D5. Windows color (decimal): -10658 or 6215423. OLE color: 6215423.
HSL color Cylindrical-coordinate representation of color #FFD65E: hue angle of 44.72º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD65E is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 94 | - |
| CMYK | 0 | 0.16 | 0.63 | 0 |
| HSL | 44.72º | 1% | 0.68% | - |
| HSV(B) | 44.72º | 0.63% | 1% | - |
| XYZ | 67.31 | 70.16 | 20.58 | - |
| YUV | 212.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 94 | 0 | 0.16 | 0.63 | 0 | 44.72 | 1 | 0.68 |
| Hex | FF | D6 | 5E | 0 | 10 | 3F | 0 | 2D | 64 | 44 |
| Octal | 377 | 326 | 136 | 0 | 20 | 77 | 0 | 55 | 144 | 104 |
| Binary | 11111111 | 11010110 | 1011110 | 0 | 10000 | 111111 | 0 | 101101 | 1100100 | 1000100 |
Color Harmonies of #FFD65E
Complementary color
Monochromatic Colors of #FFD65E
Black with #FFD65E
Text Example
Text Example
White with #FFD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD65E; }
p { color: rgb(255,214,94); }
H1.HeaderClassName
{
color: #FFD65E;
}
.AnyTagClassName
{
color: #FFD65E;
}
</style>
background-color css
<style>
a { background-color: #FFD65E; }
a { background-color: rgb(255,214,94); }
div.DivClassName
{
background-color: #FFD65E;
}
.BgClassName
{
background-color: #FFD65E;
}
</style>
border-color css
<style>
span { border-color: #FFD65E; }
span { border-color: rgb(255,214,94); }
td.TdClassName
{
border-color: #FFD65E;
}
.TagClassName
{
border-color: #FFD65E;
}
</style>