Shades of Dandelion #FDDF60
Tints of Dandelion #FDDF60
RGB
CMYK
RGB Variations
Color information
#FDDF60 (or 0xFDDF60) is known color: Dandelion. HEX triplet: FD, DF and 60. RGB value is (253,223,96). Sum of RGB (Red+Green+Blue) = 253+223+96=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 96 (37.89% from 255 or 16.78% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF60 is #02209F. Grayscale: #DADADA. Windows color (decimal): -139424 or 6348797. OLE color: 6348797.
HSL color Cylindrical-coordinate representation of color #FDDF60: hue angle of 48.54º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDDF60 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 96 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.01 |
| HSL | 48.54º | 0.98% | 0.68% | - |
| HSV(B) | 48.54º | 0.62% | 0.99% | - |
| XYZ | 69.01 | 74.5 | 21.81 | - |
| YUV | 217.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 96 | 0 | 0.12 | 0.62 | 0.01 | 48.54 | 0.98 | 0.68 |
| Hex | FD | DF | 60 | 0 | C | 3E | 1 | 31 | 62 | 44 |
| Octal | 375 | 337 | 140 | 0 | 14 | 76 | 1 | 61 | 142 | 104 |
| Binary | 11111101 | 11011111 | 1100000 | 0 | 1100 | 111110 | 1 | 110001 | 1100010 | 1000100 |
Color Harmonies of #FDDF60
Complementary color
Monochromatic Colors of #FDDF60
Black with #FDDF60
Text Example
Text Example
White with #FDDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF60; }
p { color: rgb(253,223,96); }
H1.HeaderClassName
{
color: #FDDF60;
}
.AnyTagClassName
{
color: #FDDF60;
}
</style>
background-color css
<style>
a { background-color: #FDDF60; }
a { background-color: rgb(253,223,96); }
div.DivClassName
{
background-color: #FDDF60;
}
.BgClassName
{
background-color: #FDDF60;
}
</style>
border-color css
<style>
span { border-color: #FDDF60; }
span { border-color: rgb(253,223,96); }
td.TdClassName
{
border-color: #FDDF60;
}
.TagClassName
{
border-color: #FDDF60;
}
</style>