Shades of Dandelion #FDD65C
Tints of Dandelion #FDD65C
RGB
CMYK
RGB Variations
Color information
#FDD65C (or 0xFDD65C) is known color: Dandelion. HEX triplet: FD, D6 and 5C. RGB value is (253,214,92). Sum of RGB (Red+Green+Blue) = 253+214+92=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD65C is #0229A3. Grayscale: #D4D4D4. Windows color (decimal): -141732 or 6084349. OLE color: 6084349.
HSL color Cylindrical-coordinate representation of color #FDD65C: hue angle of 45.47º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDD65C is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 92 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.01 |
| HSL | 45.47º | 0.98% | 0.68% | - |
| HSV(B) | 45.47º | 0.64% | 0.99% | - |
| XYZ | 66.49 | 69.75 | 20.08 | - |
| YUV | 211.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 92 | 0 | 0.15 | 0.64 | 0.01 | 45.47 | 0.98 | 0.68 |
| Hex | FD | D6 | 5C | 0 | F | 40 | 1 | 2D | 62 | 44 |
| Octal | 375 | 326 | 134 | 0 | 17 | 100 | 1 | 55 | 142 | 104 |
| Binary | 11111101 | 11010110 | 1011100 | 0 | 1111 | 1000000 | 1 | 101101 | 1100010 | 1000100 |
Color Harmonies of #FDD65C
Complementary color
Monochromatic Colors of #FDD65C
Black with #FDD65C
Text Example
Text Example
White with #FDD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD65C; }
p { color: rgb(253,214,92); }
H1.HeaderClassName
{
color: #FDD65C;
}
.AnyTagClassName
{
color: #FDD65C;
}
</style>
background-color css
<style>
a { background-color: #FDD65C; }
a { background-color: rgb(253,214,92); }
div.DivClassName
{
background-color: #FDD65C;
}
.BgClassName
{
background-color: #FDD65C;
}
</style>
border-color css
<style>
span { border-color: #FDD65C; }
span { border-color: rgb(253,214,92); }
td.TdClassName
{
border-color: #FDD65C;
}
.TagClassName
{
border-color: #FDD65C;
}
</style>