Shades of Dandelion #FDDD69
Tints of Dandelion #FDDD69
RGB
CMYK
RGB Variations
Color information
#FDDD69 (or 0xFDDD69) is known color: Dandelion. HEX triplet: FD, DD and 69. RGB value is (253,221,105). Sum of RGB (Red+Green+Blue) = 253+221+105=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 105 (41.41% from 255 or 18.13% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD69 is #022296. Grayscale: #D9D9D9. Windows color (decimal): -139927 or 6938109. OLE color: 6938109.
HSL color Cylindrical-coordinate representation of color #FDDD69: hue angle of 47.03º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDDD69 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 105 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.01 |
| HSL | 47.03º | 0.97% | 0.7% | - |
| HSV(B) | 47.03º | 0.58% | 0.99% | - |
| XYZ | 68.91 | 73.62 | 23.94 | - |
| YUV | 217.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 105 | 0 | 0.13 | 0.58 | 0.01 | 47.03 | 0.97 | 0.7 |
| Hex | FD | DD | 69 | 0 | D | 3A | 1 | 2F | 61 | 46 |
| Octal | 375 | 335 | 151 | 0 | 15 | 72 | 1 | 57 | 141 | 106 |
| Binary | 11111101 | 11011101 | 1101001 | 0 | 1101 | 111010 | 1 | 101111 | 1100001 | 1000110 |
Color Harmonies of #FDDD69
Complementary color
Monochromatic Colors of #FDDD69
Black with #FDDD69
Text Example
Text Example
White with #FDDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD69; }
p { color: rgb(253,221,105); }
H1.HeaderClassName
{
color: #FDDD69;
}
.AnyTagClassName
{
color: #FDDD69;
}
</style>
background-color css
<style>
a { background-color: #FDDD69; }
a { background-color: rgb(253,221,105); }
div.DivClassName
{
background-color: #FDDD69;
}
.BgClassName
{
background-color: #FDDD69;
}
</style>
border-color css
<style>
span { border-color: #FDDD69; }
span { border-color: rgb(253,221,105); }
td.TdClassName
{
border-color: #FDDD69;
}
.TagClassName
{
border-color: #FDDD69;
}
</style>