Shades of Dandelion #FFD35E
Tints of Dandelion #FFD35E
RGB
CMYK
RGB Variations
Color information
#FFD35E (or 0xFFD35E) is known color: Dandelion. HEX triplet: FF, D3 and 5E. RGB value is (255,211,94). Sum of RGB (Red+Green+Blue) = 255+211+94=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD35E is #002CA1. Grayscale: #D3D3D3. Windows color (decimal): -11426 or 6214655. OLE color: 6214655.
HSL color Cylindrical-coordinate representation of color #FFD35E: hue angle of 43.6º 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 #FFD35E is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 94 | - |
| CMYK | 0 | 0.17 | 0.63 | 0 |
| HSL | 43.6º | 1% | 0.68% | - |
| HSV(B) | 43.6º | 0.63% | 1% | - |
| XYZ | 66.55 | 68.66 | 20.33 | - |
| YUV | 210.82 | 62.08 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 94 | 0 | 0.17 | 0.63 | 0 | 43.6 | 1 | 0.68 |
| Hex | FF | D3 | 5E | 0 | 11 | 3F | 0 | 2C | 64 | 44 |
| Octal | 377 | 323 | 136 | 0 | 21 | 77 | 0 | 54 | 144 | 104 |
| Binary | 11111111 | 11010011 | 1011110 | 0 | 10001 | 111111 | 0 | 101100 | 1100100 | 1000100 |
Color Harmonies of #FFD35E
Complementary color
Monochromatic Colors of #FFD35E
Black with #FFD35E
Text Example
Text Example
White with #FFD35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD35E; }
p { color: rgb(255,211,94); }
H1.HeaderClassName
{
color: #FFD35E;
}
.AnyTagClassName
{
color: #FFD35E;
}
</style>
background-color css
<style>
a { background-color: #FFD35E; }
a { background-color: rgb(255,211,94); }
div.DivClassName
{
background-color: #FFD35E;
}
.BgClassName
{
background-color: #FFD35E;
}
</style>
border-color css
<style>
span { border-color: #FFD35E; }
span { border-color: rgb(255,211,94); }
td.TdClassName
{
border-color: #FFD35E;
}
.TagClassName
{
border-color: #FFD35E;
}
</style>