Shades of Dandelion #FFD75D
Tints of Dandelion #FFD75D
RGB
CMYK
RGB Variations
Color information
#FFD75D (or 0xFFD75D) is known color: Dandelion. HEX triplet: FF, D7 and 5D. RGB value is (255,215,93). Sum of RGB (Red+Green+Blue) = 255+215+93=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD75D is #0028A2. Grayscale: #D5D5D5. Windows color (decimal): -10403 or 6150143. OLE color: 6150143.
HSL color Cylindrical-coordinate representation of color #FFD75D: hue angle of 45.19º 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 #FFD75D is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 93 | - |
| CMYK | 0 | 0.16 | 0.64 | 0 |
| HSL | 45.19º | 1% | 0.68% | - |
| HSV(B) | 45.19º | 0.64% | 1% | - |
| XYZ | 67.52 | 70.65 | 20.43 | - |
| YUV | 213.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 93 | 0 | 0.16 | 0.64 | 0 | 45.19 | 1 | 0.68 |
| Hex | FF | D7 | 5D | 0 | 10 | 40 | 0 | 2D | 64 | 44 |
| Octal | 377 | 327 | 135 | 0 | 20 | 100 | 0 | 55 | 144 | 104 |
| Binary | 11111111 | 11010111 | 1011101 | 0 | 10000 | 1000000 | 0 | 101101 | 1100100 | 1000100 |
Color Harmonies of #FFD75D
Complementary color
Monochromatic Colors of #FFD75D
Black with #FFD75D
Text Example
Text Example
White with #FFD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD75D; }
p { color: rgb(255,215,93); }
H1.HeaderClassName
{
color: #FFD75D;
}
.AnyTagClassName
{
color: #FFD75D;
}
</style>
background-color css
<style>
a { background-color: #FFD75D; }
a { background-color: rgb(255,215,93); }
div.DivClassName
{
background-color: #FFD75D;
}
.BgClassName
{
background-color: #FFD75D;
}
</style>
border-color css
<style>
span { border-color: #FFD75D; }
span { border-color: rgb(255,215,93); }
td.TdClassName
{
border-color: #FFD75D;
}
.TagClassName
{
border-color: #FFD75D;
}
</style>