Shades of Dandelion #FDDC67
Tints of Dandelion #FDDC67
RGB
CMYK
RGB Variations
Color information
#FDDC67 (or 0xFDDC67) is known color: Dandelion. HEX triplet: FD, DC and 67. RGB value is (253,220,103). Sum of RGB (Red+Green+Blue) = 253+220+103=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 103 (40.62% from 255 or 17.88% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC67 is #022398. Grayscale: #D9D9D9. Windows color (decimal): -140185 or 6806781. OLE color: 6806781.
HSL color Cylindrical-coordinate representation of color #FDDC67: hue angle of 46.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDDC67 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 103 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.01 |
| HSL | 46.8º | 0.97% | 0.7% | - |
| HSV(B) | 46.8º | 0.59% | 0.99% | - |
| XYZ | 68.55 | 73.05 | 23.32 | - |
| YUV | 216.53 | 63.93 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 103 | 0 | 0.13 | 0.59 | 0.01 | 46.8 | 0.97 | 0.7 |
| Hex | FD | DC | 67 | 0 | D | 3B | 1 | 2F | 61 | 46 |
| Octal | 375 | 334 | 147 | 0 | 15 | 73 | 1 | 57 | 141 | 106 |
| Binary | 11111101 | 11011100 | 1100111 | 0 | 1101 | 111011 | 1 | 101111 | 1100001 | 1000110 |
Color Harmonies of #FDDC67
Complementary color
Monochromatic Colors of #FDDC67
Black with #FDDC67
Text Example
Text Example
White with #FDDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC67; }
p { color: rgb(253,220,103); }
H1.HeaderClassName
{
color: #FDDC67;
}
.AnyTagClassName
{
color: #FDDC67;
}
</style>
background-color css
<style>
a { background-color: #FDDC67; }
a { background-color: rgb(253,220,103); }
div.DivClassName
{
background-color: #FDDC67;
}
.BgClassName
{
background-color: #FDDC67;
}
</style>
border-color css
<style>
span { border-color: #FDDC67; }
span { border-color: rgb(253,220,103); }
td.TdClassName
{
border-color: #FDDC67;
}
.TagClassName
{
border-color: #FDDC67;
}
</style>