Shades of Dandelion #FFD85C
Tints of Dandelion #FFD85C
RGB
CMYK
RGB Variations
Color information
#FFD85C (or 0xFFD85C) is known color: Dandelion. HEX triplet: FF, D8 and 5C. RGB value is (255,216,92). Sum of RGB (Red+Green+Blue) = 255+216+92=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 92 (36.33% from 255 or 16.34% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD85C is #0027A3. Grayscale: #D6D6D6. Windows color (decimal): -10148 or 6084863. OLE color: 6084863.
HSL color Cylindrical-coordinate representation of color #FFD85C: hue angle of 45.64º 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 #FFD85C is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 92 | - |
| CMYK | 0 | 0.15 | 0.64 | 0 |
| HSL | 45.64º | 1% | 0.68% | - |
| HSV(B) | 45.64º | 0.64% | 1% | - |
| XYZ | 67.73 | 71.14 | 20.29 | - |
| YUV | 213.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 92 | 0 | 0.15 | 0.64 | 0 | 45.64 | 1 | 0.68 |
| Hex | FF | D8 | 5C | 0 | F | 40 | 0 | 2E | 64 | 44 |
| Octal | 377 | 330 | 134 | 0 | 17 | 100 | 0 | 56 | 144 | 104 |
| Binary | 11111111 | 11011000 | 1011100 | 0 | 1111 | 1000000 | 0 | 101110 | 1100100 | 1000100 |
Color Harmonies of #FFD85C
Complementary color
Monochromatic Colors of #FFD85C
Black with #FFD85C
Text Example
Text Example
White with #FFD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD85C; }
p { color: rgb(255,216,92); }
H1.HeaderClassName
{
color: #FFD85C;
}
.AnyTagClassName
{
color: #FFD85C;
}
</style>
background-color css
<style>
a { background-color: #FFD85C; }
a { background-color: rgb(255,216,92); }
div.DivClassName
{
background-color: #FFD85C;
}
.BgClassName
{
background-color: #FFD85C;
}
</style>
border-color css
<style>
span { border-color: #FFD85C; }
span { border-color: rgb(255,216,92); }
td.TdClassName
{
border-color: #FFD85C;
}
.TagClassName
{
border-color: #FFD85C;
}
</style>