Shades of Dandelion #FDDC63
Tints of Dandelion #FDDC63
RGB
CMYK
RGB Variations
Color information
#FDDC63 (or 0xFDDC63) is known color: Dandelion. HEX triplet: FD, DC and 63. RGB value is (253,220,99). Sum of RGB (Red+Green+Blue) = 253+220+99=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 99 (39.06% from 255 or 17.31% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC63 is #02239C. Grayscale: #D8D8D8. Windows color (decimal): -140189 or 6544637. OLE color: 6544637.
HSL color Cylindrical-coordinate representation of color #FDDC63: hue angle of 47.14º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDDC63 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 99 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.01 |
| HSL | 47.14º | 0.97% | 0.69% | - |
| HSV(B) | 47.14º | 0.61% | 0.99% | - |
| XYZ | 68.35 | 72.97 | 22.29 | - |
| YUV | 216.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 99 | 0 | 0.13 | 0.61 | 0.01 | 47.14 | 0.97 | 0.69 |
| Hex | FD | DC | 63 | 0 | D | 3D | 1 | 2F | 61 | 45 |
| Octal | 375 | 334 | 143 | 0 | 15 | 75 | 1 | 57 | 141 | 105 |
| Binary | 11111101 | 11011100 | 1100011 | 0 | 1101 | 111101 | 1 | 101111 | 1100001 | 1000101 |
Color Harmonies of #FDDC63
Complementary color
Monochromatic Colors of #FDDC63
Black with #FDDC63
Text Example
Text Example
White with #FDDC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC63; }
p { color: rgb(253,220,99); }
H1.HeaderClassName
{
color: #FDDC63;
}
.AnyTagClassName
{
color: #FDDC63;
}
</style>
background-color css
<style>
a { background-color: #FDDC63; }
a { background-color: rgb(253,220,99); }
div.DivClassName
{
background-color: #FDDC63;
}
.BgClassName
{
background-color: #FDDC63;
}
</style>
border-color css
<style>
span { border-color: #FDDC63; }
span { border-color: rgb(253,220,99); }
td.TdClassName
{
border-color: #FDDC63;
}
.TagClassName
{
border-color: #FDDC63;
}
</style>