Shades of Dandelion #FFD75C
Tints of Dandelion #FFD75C
RGB
CMYK
RGB Variations
Color information
#FFD75C (or 0xFFD75C) is known color: Dandelion. HEX triplet: FF, D7 and 5C. RGB value is (255,215,92). Sum of RGB (Red+Green+Blue) = 255+215+92=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD75C is #0028A3. Grayscale: #D5D5D5. Windows color (decimal): -10404 or 6084607. OLE color: 6084607.
HSL color Cylindrical-coordinate representation of color #FFD75C: hue angle of 45.28º 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 #FFD75C is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 92 | - |
| CMYK | 0 | 0.16 | 0.64 | 0 |
| HSL | 45.28º | 1% | 0.68% | - |
| HSV(B) | 45.28º | 0.64% | 1% | - |
| XYZ | 67.47 | 70.63 | 20.2 | - |
| YUV | 212.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 92 | 0 | 0.16 | 0.64 | 0 | 45.28 | 1 | 0.68 |
| Hex | FF | D7 | 5C | 0 | 10 | 40 | 0 | 2D | 64 | 44 |
| Octal | 377 | 327 | 134 | 0 | 20 | 100 | 0 | 55 | 144 | 104 |
| Binary | 11111111 | 11010111 | 1011100 | 0 | 10000 | 1000000 | 0 | 101101 | 1100100 | 1000100 |
Color Harmonies of #FFD75C
Complementary color
Monochromatic Colors of #FFD75C
Black with #FFD75C
Text Example
Text Example
White with #FFD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD75C; }
p { color: rgb(255,215,92); }
H1.HeaderClassName
{
color: #FFD75C;
}
.AnyTagClassName
{
color: #FFD75C;
}
</style>
background-color css
<style>
a { background-color: #FFD75C; }
a { background-color: rgb(255,215,92); }
div.DivClassName
{
background-color: #FFD75C;
}
.BgClassName
{
background-color: #FFD75C;
}
</style>
border-color css
<style>
span { border-color: #FFD75C; }
span { border-color: rgb(255,215,92); }
td.TdClassName
{
border-color: #FFD75C;
}
.TagClassName
{
border-color: #FFD75C;
}
</style>