Shades of Dandelion #FDDD5F
Tints of Dandelion #FDDD5F
RGB
CMYK
RGB Variations
Color information
#FDDD5F (or 0xFDDD5F) is known color: Dandelion. HEX triplet: FD, DD and 5F. RGB value is (253,221,95). Sum of RGB (Red+Green+Blue) = 253+221+95=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 95 (37.5% from 255 or 16.70% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD5F is #0222A0. Grayscale: #D8D8D8. Windows color (decimal): -139937 or 6282749. OLE color: 6282749.
HSL color Cylindrical-coordinate representation of color #FDDD5F: hue angle of 47.85º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDDD5F is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 95 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.01 |
| HSL | 47.85º | 0.98% | 0.68% | - |
| HSV(B) | 47.85º | 0.62% | 0.99% | - |
| XYZ | 68.43 | 73.42 | 21.39 | - |
| YUV | 216.2 | 59.6 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 95 | 0 | 0.13 | 0.62 | 0.01 | 47.85 | 0.98 | 0.68 |
| Hex | FD | DD | 5F | 0 | D | 3E | 1 | 30 | 62 | 44 |
| Octal | 375 | 335 | 137 | 0 | 15 | 76 | 1 | 60 | 142 | 104 |
| Binary | 11111101 | 11011101 | 1011111 | 0 | 1101 | 111110 | 1 | 110000 | 1100010 | 1000100 |
Color Harmonies of #FDDD5F
Complementary color
Monochromatic Colors of #FDDD5F
Black with #FDDD5F
Text Example
Text Example
White with #FDDD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD5F; }
p { color: rgb(253,221,95); }
H1.HeaderClassName
{
color: #FDDD5F;
}
.AnyTagClassName
{
color: #FDDD5F;
}
</style>
background-color css
<style>
a { background-color: #FDDD5F; }
a { background-color: rgb(253,221,95); }
div.DivClassName
{
background-color: #FDDD5F;
}
.BgClassName
{
background-color: #FDDD5F;
}
</style>
border-color css
<style>
span { border-color: #FDDD5F; }
span { border-color: rgb(253,221,95); }
td.TdClassName
{
border-color: #FDDD5F;
}
.TagClassName
{
border-color: #FDDD5F;
}
</style>