Shades of Dandelion #FDCD63
Tints of Dandelion #FDCD63
RGB
CMYK
RGB Variations
Color information
#FDCD63 (or 0xFDCD63) is known color: Dandelion. HEX triplet: FD, CD and 63. RGB value is (253,205,99). Sum of RGB (Red+Green+Blue) = 253+205+99=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD63 is #02329C. Grayscale: #CFCFCF. Windows color (decimal): -144029 or 6540797. OLE color: 6540797.
HSL color Cylindrical-coordinate representation of color #FDCD63: hue angle of 41.3º 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 #FDCD63 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 99 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.01 |
| HSL | 41.3º | 0.97% | 0.69% | - |
| HSV(B) | 41.3º | 0.61% | 0.99% | - |
| XYZ | 64.59 | 65.45 | 21.03 | - |
| YUV | 207.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 99 | 0 | 0.19 | 0.61 | 0.01 | 41.3 | 0.97 | 0.69 |
| Hex | FD | CD | 63 | 0 | 13 | 3D | 1 | 29 | 61 | 45 |
| Octal | 375 | 315 | 143 | 0 | 23 | 75 | 1 | 51 | 141 | 105 |
| Binary | 11111101 | 11001101 | 1100011 | 0 | 10011 | 111101 | 1 | 101001 | 1100001 | 1000101 |
Color Harmonies of #FDCD63
Complementary color
Monochromatic Colors of #FDCD63
Black with #FDCD63
Text Example
Text Example
White with #FDCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD63; }
p { color: rgb(253,205,99); }
H1.HeaderClassName
{
color: #FDCD63;
}
.AnyTagClassName
{
color: #FDCD63;
}
</style>
background-color css
<style>
a { background-color: #FDCD63; }
a { background-color: rgb(253,205,99); }
div.DivClassName
{
background-color: #FDCD63;
}
.BgClassName
{
background-color: #FDCD63;
}
</style>
border-color css
<style>
span { border-color: #FDCD63; }
span { border-color: rgb(253,205,99); }
td.TdClassName
{
border-color: #FDCD63;
}
.TagClassName
{
border-color: #FDCD63;
}
</style>