Shades of Dandelion #FDDD5E
Tints of Dandelion #FDDD5E
RGB
CMYK
RGB Variations
Color information
#FDDD5E (or 0xFDDD5E) is known color: Dandelion. HEX triplet: FD, DD and 5E. RGB value is (253,221,94). Sum of RGB (Red+Green+Blue) = 253+221+94=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD5E is #0222A1. Grayscale: #D8D8D8. Windows color (decimal): -139938 or 6217213. OLE color: 6217213.
HSL color Cylindrical-coordinate representation of color #FDDD5E: hue angle of 47.92º 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 #FDDD5E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 94 | - |
CMYK | 0 | 0.13 | 0.63 | 0.01 |
HSL | 47.92º | 0.98% | 0.68% | - |
HSV(B) | 47.92º | 0.63% | 0.99% | - |
XYZ | 68.38 | 73.4 | 21.15 | - |
YUV | 216.09 | 59.1 | 154.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 94 | 0 | 0.13 | 0.63 | 0.01 | 47.92 | 0.98 | 0.68 |
Hex | FD | DD | 5E | 0 | D | 3F | 1 | 30 | 62 | 44 |
Octal | 375 | 335 | 136 | 0 | 15 | 77 | 1 | 60 | 142 | 104 |
Binary | 11111101 | 11011101 | 1011110 | 0 | 1101 | 111111 | 1 | 110000 | 1100010 | 1000100 |
Color Harmonies of #FDDD5E
Complementary color
Monochromatic Colors of #FDDD5E
Black with #FDDD5E
Text Example
Text Example
White with #FDDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD5E; }
p { color: rgb(253,221,94); }
H1.HeaderClassName
{
color: #FDDD5E;
}
.AnyTagClassName
{
color: #FDDD5E;
}
</style>
background-color css
<style>
a { background-color: #FDDD5E; }
a { background-color: rgb(253,221,94); }
div.DivClassName
{
background-color: #FDDD5E;
}
.BgClassName
{
background-color: #FDDD5E;
}
</style>
border-color css
<style>
span { border-color: #FDDD5E; }
span { border-color: rgb(253,221,94); }
td.TdClassName
{
border-color: #FDDD5E;
}
.TagClassName
{
border-color: #FDDD5E;
}
</style>