Shades of Dandelion #FDDB61
Tints of Dandelion #FDDB61
RGB
CMYK
RGB Variations
Color information
#FDDB61 (or 0xFDDB61) is known color: Dandelion. HEX triplet: FD, DB and 61. RGB value is (253,219,97). Sum of RGB (Red+Green+Blue) = 253+219+97=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 97 (38.28% from 255 or 17.05% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB61 is #02249E. Grayscale: #D7D7D7. Windows color (decimal): -140447 or 6413309. OLE color: 6413309.
HSL color Cylindrical-coordinate representation of color #FDDB61: hue angle of 46.92º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDDB61 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 97 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.01 |
| HSL | 46.92º | 0.98% | 0.69% | - |
| HSV(B) | 46.92º | 0.62% | 0.99% | - |
| XYZ | 68 | 72.41 | 21.7 | - |
| YUV | 215.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 97 | 0 | 0.13 | 0.62 | 0.01 | 46.92 | 0.98 | 0.69 |
| Hex | FD | DB | 61 | 0 | D | 3E | 1 | 2F | 62 | 45 |
| Octal | 375 | 333 | 141 | 0 | 15 | 76 | 1 | 57 | 142 | 105 |
| Binary | 11111101 | 11011011 | 1100001 | 0 | 1101 | 111110 | 1 | 101111 | 1100010 | 1000101 |
Color Harmonies of #FDDB61
Complementary color
Monochromatic Colors of #FDDB61
Black with #FDDB61
Text Example
Text Example
White with #FDDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB61; }
p { color: rgb(253,219,97); }
H1.HeaderClassName
{
color: #FDDB61;
}
.AnyTagClassName
{
color: #FDDB61;
}
</style>
background-color css
<style>
a { background-color: #FDDB61; }
a { background-color: rgb(253,219,97); }
div.DivClassName
{
background-color: #FDDB61;
}
.BgClassName
{
background-color: #FDDB61;
}
</style>
border-color css
<style>
span { border-color: #FDDB61; }
span { border-color: rgb(253,219,97); }
td.TdClassName
{
border-color: #FDDB61;
}
.TagClassName
{
border-color: #FDDB61;
}
</style>