Shades of Dandelion #FDD35C
Tints of Dandelion #FDD35C
RGB
CMYK
RGB Variations
Color information
#FDD35C (or 0xFDD35C) is known color: Dandelion. HEX triplet: FD, D3 and 5C. RGB value is (253,211,92). Sum of RGB (Red+Green+Blue) = 253+211+92=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD35C is #022CA3. Grayscale: #D2D2D2. Windows color (decimal): -142500 or 6083581. OLE color: 6083581.
HSL color Cylindrical-coordinate representation of color #FDD35C: hue angle of 44.35º 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 #FDD35C is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 92 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.01 |
| HSL | 44.35º | 0.98% | 0.68% | - |
| HSV(B) | 44.35º | 0.64% | 0.99% | - |
| XYZ | 65.73 | 68.24 | 19.83 | - |
| YUV | 209.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 92 | 0 | 0.17 | 0.64 | 0.01 | 44.35 | 0.98 | 0.68 |
| Hex | FD | D3 | 5C | 0 | 11 | 40 | 1 | 2C | 62 | 44 |
| Octal | 375 | 323 | 134 | 0 | 21 | 100 | 1 | 54 | 142 | 104 |
| Binary | 11111101 | 11010011 | 1011100 | 0 | 10001 | 1000000 | 1 | 101100 | 1100010 | 1000100 |
Color Harmonies of #FDD35C
Complementary color
Monochromatic Colors of #FDD35C
Black with #FDD35C
Text Example
Text Example
White with #FDD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD35C; }
p { color: rgb(253,211,92); }
H1.HeaderClassName
{
color: #FDD35C;
}
.AnyTagClassName
{
color: #FDD35C;
}
</style>
background-color css
<style>
a { background-color: #FDD35C; }
a { background-color: rgb(253,211,92); }
div.DivClassName
{
background-color: #FDD35C;
}
.BgClassName
{
background-color: #FDD35C;
}
</style>
border-color css
<style>
span { border-color: #FDD35C; }
span { border-color: rgb(253,211,92); }
td.TdClassName
{
border-color: #FDD35C;
}
.TagClassName
{
border-color: #FDD35C;
}
</style>