Shades of Dandelion #FDDC5E
Tints of Dandelion #FDDC5E
RGB
CMYK
RGB Variations
Color information
#FDDC5E (or 0xFDDC5E) is known color: Dandelion. HEX triplet: FD, DC and 5E. RGB value is (253,220,94). Sum of RGB (Red+Green+Blue) = 253+220+94=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 94 (37.11% from 255 or 16.58% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC5E is #0223A1. Grayscale: #D8D8D8. Windows color (decimal): -140194 or 6216957. OLE color: 6216957.
HSL color Cylindrical-coordinate representation of color #FDDC5E: hue angle of 47.55º 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 #FDDC5E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 94 | - |
CMYK | 0 | 0.13 | 0.63 | 0.01 |
HSL | 47.55º | 0.98% | 0.68% | - |
HSV(B) | 47.55º | 0.63% | 0.99% | - |
XYZ | 68.12 | 72.88 | 21.07 | - |
YUV | 215.5 | 59.43 | 154.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 94 | 0 | 0.13 | 0.63 | 0.01 | 47.55 | 0.98 | 0.68 |
Hex | FD | DC | 5E | 0 | D | 3F | 1 | 30 | 62 | 44 |
Octal | 375 | 334 | 136 | 0 | 15 | 77 | 1 | 60 | 142 | 104 |
Binary | 11111101 | 11011100 | 1011110 | 0 | 1101 | 111111 | 1 | 110000 | 1100010 | 1000100 |
Color Harmonies of #FDDC5E
Complementary color
Monochromatic Colors of #FDDC5E
Black with #FDDC5E
Text Example
Text Example
White with #FDDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC5E; }
p { color: rgb(253,220,94); }
H1.HeaderClassName
{
color: #FDDC5E;
}
.AnyTagClassName
{
color: #FDDC5E;
}
</style>
background-color css
<style>
a { background-color: #FDDC5E; }
a { background-color: rgb(253,220,94); }
div.DivClassName
{
background-color: #FDDC5E;
}
.BgClassName
{
background-color: #FDDC5E;
}
</style>
border-color css
<style>
span { border-color: #FDDC5E; }
span { border-color: rgb(253,220,94); }
td.TdClassName
{
border-color: #FDDC5E;
}
.TagClassName
{
border-color: #FDDC5E;
}
</style>