Shades of Dandelion #FFD75A
Tints of Dandelion #FFD75A
RGB
CMYK
RGB Variations
Color information
#FFD75A (or 0xFFD75A) is known color: Dandelion. HEX triplet: FF, D7 and 5A. RGB value is (255,215,90). Sum of RGB (Red+Green+Blue) = 255+215+90=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD75A is #0028A5. Grayscale: #D5D5D5. Windows color (decimal): -10406 or 5953535. OLE color: 5953535.
HSL color Cylindrical-coordinate representation of color #FFD75A: hue angle of 45.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD75A is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 90 | - |
| CMYK | 0 | 0.16 | 0.65 | 0 |
| HSL | 45.45º | 1% | 0.68% | - |
| HSV(B) | 45.45º | 0.65% | 1% | - |
| XYZ | 67.39 | 70.6 | 19.75 | - |
| YUV | 212.71 | 58.75 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 90 | 0 | 0.16 | 0.65 | 0 | 45.45 | 1 | 0.68 |
| Hex | FF | D7 | 5A | 0 | 10 | 41 | 0 | 2D | 64 | 44 |
| Octal | 377 | 327 | 132 | 0 | 20 | 101 | 0 | 55 | 144 | 104 |
| Binary | 11111111 | 11010111 | 1011010 | 0 | 10000 | 1000001 | 0 | 101101 | 1100100 | 1000100 |
Color Harmonies of #FFD75A
Complementary color
Monochromatic Colors of #FFD75A
Black with #FFD75A
Text Example
Text Example
White with #FFD75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD75A; }
p { color: rgb(255,215,90); }
H1.HeaderClassName
{
color: #FFD75A;
}
.AnyTagClassName
{
color: #FFD75A;
}
</style>
background-color css
<style>
a { background-color: #FFD75A; }
a { background-color: rgb(255,215,90); }
div.DivClassName
{
background-color: #FFD75A;
}
.BgClassName
{
background-color: #FFD75A;
}
</style>
border-color css
<style>
span { border-color: #FFD75A; }
span { border-color: rgb(255,215,90); }
td.TdClassName
{
border-color: #FFD75A;
}
.TagClassName
{
border-color: #FFD75A;
}
</style>