Shades of Dandelion #FDD363
Tints of Dandelion #FDD363
RGB
CMYK
RGB Variations
Color information
#FDD363 (or 0xFDD363) is known color: Dandelion. HEX triplet: FD, D3 and 63. RGB value is (253,211,99). Sum of RGB (Red+Green+Blue) = 253+211+99=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 99 (39.06% from 255 or 17.58% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD363 is #022C9C. Grayscale: #D3D3D3. Windows color (decimal): -142493 or 6542333. OLE color: 6542333.
HSL color Cylindrical-coordinate representation of color #FDD363: hue angle of 43.64º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDD363 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 99 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.01 |
| HSL | 43.64º | 0.97% | 0.69% | - |
| HSV(B) | 43.64º | 0.61% | 0.99% | - |
| XYZ | 66.05 | 68.37 | 21.52 | - |
| YUV | 210.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 99 | 0 | 0.17 | 0.61 | 0.01 | 43.64 | 0.97 | 0.69 |
| Hex | FD | D3 | 63 | 0 | 11 | 3D | 1 | 2C | 61 | 45 |
| Octal | 375 | 323 | 143 | 0 | 21 | 75 | 1 | 54 | 141 | 105 |
| Binary | 11111101 | 11010011 | 1100011 | 0 | 10001 | 111101 | 1 | 101100 | 1100001 | 1000101 |
Color Harmonies of #FDD363
Complementary color
Monochromatic Colors of #FDD363
Black with #FDD363
Text Example
Text Example
White with #FDD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD363; }
p { color: rgb(253,211,99); }
H1.HeaderClassName
{
color: #FDD363;
}
.AnyTagClassName
{
color: #FDD363;
}
</style>
background-color css
<style>
a { background-color: #FDD363; }
a { background-color: rgb(253,211,99); }
div.DivClassName
{
background-color: #FDD363;
}
.BgClassName
{
background-color: #FDD363;
}
</style>
border-color css
<style>
span { border-color: #FDD363; }
span { border-color: rgb(253,211,99); }
td.TdClassName
{
border-color: #FDD363;
}
.TagClassName
{
border-color: #FDD363;
}
</style>