Shades of Dandelion #FDD55D
Tints of Dandelion #FDD55D
RGB
CMYK
RGB Variations
Color information
#FDD55D (or 0xFDD55D) is known color: Dandelion. HEX triplet: FD, D5 and 5D. RGB value is (253,213,93). Sum of RGB (Red+Green+Blue) = 253+213+93=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD55D is #022AA2. Grayscale: #D3D3D3. Windows color (decimal): -141987 or 6149629. OLE color: 6149629.
HSL color Cylindrical-coordinate representation of color #FDD55D: hue angle of 45º 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 #FDD55D is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 93 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.01 |
| HSL | 45º | 0.98% | 0.68% | - |
| HSV(B) | 45º | 0.63% | 0.99% | - |
| XYZ | 66.28 | 69.26 | 20.23 | - |
| YUV | 211.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 93 | 0 | 0.16 | 0.63 | 0.01 | 45 | 0.98 | 0.68 |
| Hex | FD | D5 | 5D | 0 | 10 | 3F | 1 | 2D | 62 | 44 |
| Octal | 375 | 325 | 135 | 0 | 20 | 77 | 1 | 55 | 142 | 104 |
| Binary | 11111101 | 11010101 | 1011101 | 0 | 10000 | 111111 | 1 | 101101 | 1100010 | 1000100 |
Color Harmonies of #FDD55D
Complementary color
Monochromatic Colors of #FDD55D
Black with #FDD55D
Text Example
Text Example
White with #FDD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD55D; }
p { color: rgb(253,213,93); }
H1.HeaderClassName
{
color: #FDD55D;
}
.AnyTagClassName
{
color: #FDD55D;
}
</style>
background-color css
<style>
a { background-color: #FDD55D; }
a { background-color: rgb(253,213,93); }
div.DivClassName
{
background-color: #FDD55D;
}
.BgClassName
{
background-color: #FDD55D;
}
</style>
border-color css
<style>
span { border-color: #FDD55D; }
span { border-color: rgb(253,213,93); }
td.TdClassName
{
border-color: #FDD55D;
}
.TagClassName
{
border-color: #FDD55D;
}
</style>