Shades of Dandelion #FDDD63
Tints of Dandelion #FDDD63
RGB
CMYK
RGB Variations
Color information
#FDDD63 (or 0xFDDD63) is known color: Dandelion. HEX triplet: FD, DD and 63. RGB value is (253,221,99). Sum of RGB (Red+Green+Blue) = 253+221+99=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 99 (39.06% from 255 or 17.28% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD63 is #02229C. Grayscale: #D9D9D9. Windows color (decimal): -139933 or 6544893. OLE color: 6544893.
HSL color Cylindrical-coordinate representation of color #FDDD63: hue angle of 47.53º 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 #FDDD63 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 99 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.01 |
| HSL | 47.53º | 0.97% | 0.69% | - |
| HSV(B) | 47.53º | 0.61% | 0.99% | - |
| XYZ | 68.62 | 73.5 | 22.37 | - |
| YUV | 216.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 99 | 0 | 0.13 | 0.61 | 0.01 | 47.53 | 0.97 | 0.69 |
| Hex | FD | DD | 63 | 0 | D | 3D | 1 | 30 | 61 | 45 |
| Octal | 375 | 335 | 143 | 0 | 15 | 75 | 1 | 60 | 141 | 105 |
| Binary | 11111101 | 11011101 | 1100011 | 0 | 1101 | 111101 | 1 | 110000 | 1100001 | 1000101 |
Color Harmonies of #FDDD63
Complementary color
Monochromatic Colors of #FDDD63
Black with #FDDD63
Text Example
Text Example
White with #FDDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD63; }
p { color: rgb(253,221,99); }
H1.HeaderClassName
{
color: #FDDD63;
}
.AnyTagClassName
{
color: #FDDD63;
}
</style>
background-color css
<style>
a { background-color: #FDDD63; }
a { background-color: rgb(253,221,99); }
div.DivClassName
{
background-color: #FDDD63;
}
.BgClassName
{
background-color: #FDDD63;
}
</style>
border-color css
<style>
span { border-color: #FDDD63; }
span { border-color: rgb(253,221,99); }
td.TdClassName
{
border-color: #FDDD63;
}
.TagClassName
{
border-color: #FDDD63;
}
</style>