Shades of Dandelion #FDD95E
Tints of Dandelion #FDD95E
RGB
CMYK
RGB Variations
Color information
#FDD95E (or 0xFDD95E) is known color: Dandelion. HEX triplet: FD, D9 and 5E. RGB value is (253,217,94). Sum of RGB (Red+Green+Blue) = 253+217+94=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 94 (37.11% from 255 or 16.67% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD95E is #0226A1. Grayscale: #D6D6D6. Windows color (decimal): -140962 or 6216189. OLE color: 6216189.
HSL color Cylindrical-coordinate representation of color #FDD95E: hue angle of 46.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDD95E is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 94 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.01 |
| HSL | 46.42º | 0.98% | 0.68% | - |
| HSV(B) | 46.42º | 0.63% | 0.99% | - |
| XYZ | 67.34 | 71.32 | 20.81 | - |
| YUV | 213.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 94 | 0 | 0.14 | 0.63 | 0.01 | 46.42 | 0.98 | 0.68 |
| Hex | FD | D9 | 5E | 0 | E | 3F | 1 | 2E | 62 | 44 |
| Octal | 375 | 331 | 136 | 0 | 16 | 77 | 1 | 56 | 142 | 104 |
| Binary | 11111101 | 11011001 | 1011110 | 0 | 1110 | 111111 | 1 | 101110 | 1100010 | 1000100 |
Color Harmonies of #FDD95E
Complementary color
Monochromatic Colors of #FDD95E
Black with #FDD95E
Text Example
Text Example
White with #FDD95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD95E; }
p { color: rgb(253,217,94); }
H1.HeaderClassName
{
color: #FDD95E;
}
.AnyTagClassName
{
color: #FDD95E;
}
</style>
background-color css
<style>
a { background-color: #FDD95E; }
a { background-color: rgb(253,217,94); }
div.DivClassName
{
background-color: #FDD95E;
}
.BgClassName
{
background-color: #FDD95E;
}
</style>
border-color css
<style>
span { border-color: #FDD95E; }
span { border-color: rgb(253,217,94); }
td.TdClassName
{
border-color: #FDD95E;
}
.TagClassName
{
border-color: #FDD95E;
}
</style>