Shades of Dandelion #FFD75E
Tints of Dandelion #FFD75E
RGB
CMYK
RGB Variations
Color information
#FFD75E (or 0xFFD75E) is known color: Dandelion. HEX triplet: FF, D7 and 5E. RGB value is (255,215,94). Sum of RGB (Red+Green+Blue) = 255+215+94=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 94 (37.11% from 255 or 16.67% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD75E is #0028A1. Grayscale: #D5D5D5. Windows color (decimal): -10402 or 6215679. OLE color: 6215679.
HSL color Cylindrical-coordinate representation of color #FFD75E: hue angle of 45.09º 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 #FFD75E is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 94 | - |
| CMYK | 0 | 0.16 | 0.63 | 0 |
| HSL | 45.09º | 1% | 0.68% | - |
| HSV(B) | 45.09º | 0.63% | 1% | - |
| XYZ | 67.56 | 70.67 | 20.67 | - |
| YUV | 213.17 | 60.75 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 94 | 0 | 0.16 | 0.63 | 0 | 45.09 | 1 | 0.68 |
| Hex | FF | D7 | 5E | 0 | 10 | 3F | 0 | 2D | 64 | 44 |
| Octal | 377 | 327 | 136 | 0 | 20 | 77 | 0 | 55 | 144 | 104 |
| Binary | 11111111 | 11010111 | 1011110 | 0 | 10000 | 111111 | 0 | 101101 | 1100100 | 1000100 |
Color Harmonies of #FFD75E
Complementary color
Monochromatic Colors of #FFD75E
Black with #FFD75E
Text Example
Text Example
White with #FFD75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD75E; }
p { color: rgb(255,215,94); }
H1.HeaderClassName
{
color: #FFD75E;
}
.AnyTagClassName
{
color: #FFD75E;
}
</style>
background-color css
<style>
a { background-color: #FFD75E; }
a { background-color: rgb(255,215,94); }
div.DivClassName
{
background-color: #FFD75E;
}
.BgClassName
{
background-color: #FFD75E;
}
</style>
border-color css
<style>
span { border-color: #FFD75E; }
span { border-color: rgb(255,215,94); }
td.TdClassName
{
border-color: #FFD75E;
}
.TagClassName
{
border-color: #FFD75E;
}
</style>