Shades of Dandelion #F5DD5D
Tints of Dandelion #F5DD5D
RGB
CMYK
RGB Variations
Color information
#F5DD5D (or 0xF5DD5D) is known color: Dandelion. HEX triplet: F5, DD and 5D. RGB value is (245,221,93). Sum of RGB (Red+Green+Blue) = 245+221+93=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DD5D is #0A22A2. Grayscale: #D6D6D6. Windows color (decimal): -664227 or 6151669. OLE color: 6151669.
HSL color Cylindrical-coordinate representation of color #F5DD5D: hue angle of 50.53º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5DD5D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 93 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.04 |
| HSL | 50.53º | 0.88% | 0.66% | - |
| HSV(B) | 50.53º | 0.62% | 0.96% | - |
| XYZ | 65.49 | 71.92 | 20.79 | - |
| YUV | 213.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 93 | 0 | 0.10 | 0.62 | 0.04 | 50.53 | 0.88 | 0.66 |
| Hex | F5 | DD | 5D | 0 | A | 3E | 4 | 33 | 58 | 42 |
| Octal | 365 | 335 | 135 | 0 | 12 | 76 | 4 | 63 | 130 | 102 |
| Binary | 11110101 | 11011101 | 1011101 | 0 | 1010 | 111110 | 100 | 110011 | 1011000 | 1000010 |
Color Harmonies of #F5DD5D
Complementary color
Monochromatic Colors of #F5DD5D
Black with #F5DD5D
Text Example
Text Example
White with #F5DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD5D; }
p { color: rgb(245,221,93); }
H1.HeaderClassName
{
color: #F5DD5D;
}
.AnyTagClassName
{
color: #F5DD5D;
}
</style>
background-color css
<style>
a { background-color: #F5DD5D; }
a { background-color: rgb(245,221,93); }
div.DivClassName
{
background-color: #F5DD5D;
}
.BgClassName
{
background-color: #F5DD5D;
}
</style>
border-color css
<style>
span { border-color: #F5DD5D; }
span { border-color: rgb(245,221,93); }
td.TdClassName
{
border-color: #F5DD5D;
}
.TagClassName
{
border-color: #F5DD5D;
}
</style>