Shades of Dandelion #FFD65B
Tints of Dandelion #FFD65B
RGB
CMYK
RGB Variations
Color information
#FFD65B (or 0xFFD65B) is known color: Dandelion. HEX triplet: FF, D6 and 5B. RGB value is (255,214,91). Sum of RGB (Red+Green+Blue) = 255+214+91=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD65B is #0029A4. Grayscale: #D4D4D4. Windows color (decimal): -10661 or 6018815. OLE color: 6018815.
HSL color Cylindrical-coordinate representation of color #FFD65B: hue angle of 45º 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 #FFD65B is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 91 | - |
| CMYK | 0 | 0.16 | 0.64 | 0 |
| HSL | 45º | 1% | 0.68% | - |
| HSV(B) | 45º | 0.64% | 1% | - |
| XYZ | 67.17 | 70.11 | 19.89 | - |
| YUV | 212.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 91 | 0 | 0.16 | 0.64 | 0 | 45 | 1 | 0.68 |
| Hex | FF | D6 | 5B | 0 | 10 | 40 | 0 | 2D | 64 | 44 |
| Octal | 377 | 326 | 133 | 0 | 20 | 100 | 0 | 55 | 144 | 104 |
| Binary | 11111111 | 11010110 | 1011011 | 0 | 10000 | 1000000 | 0 | 101101 | 1100100 | 1000100 |
Color Harmonies of #FFD65B
Complementary color
Monochromatic Colors of #FFD65B
Black with #FFD65B
Text Example
Text Example
White with #FFD65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD65B; }
p { color: rgb(255,214,91); }
H1.HeaderClassName
{
color: #FFD65B;
}
.AnyTagClassName
{
color: #FFD65B;
}
</style>
background-color css
<style>
a { background-color: #FFD65B; }
a { background-color: rgb(255,214,91); }
div.DivClassName
{
background-color: #FFD65B;
}
.BgClassName
{
background-color: #FFD65B;
}
</style>
border-color css
<style>
span { border-color: #FFD65B; }
span { border-color: rgb(255,214,91); }
td.TdClassName
{
border-color: #FFD65B;
}
.TagClassName
{
border-color: #FFD65B;
}
</style>