Shades of Dandelion #FFD063
Tints of Dandelion #FFD063
RGB
CMYK
RGB Variations
Color information
#FFD063 (or 0xFFD063) is known color: Dandelion. HEX triplet: FF, D0 and 63. RGB value is (255,208,99). Sum of RGB (Red+Green+Blue) = 255+208+99=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 99 (39.06% from 255 or 17.62% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD063 is #002F9C. Grayscale: #D2D2D2. Windows color (decimal): -12189 or 6541567. OLE color: 6541567.
HSL color Cylindrical-coordinate representation of color #FFD063: hue angle of 41.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFD063 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 99 | - |
| CMYK | 0 | 0.18 | 0.61 | 0 |
| HSL | 41.92º | 1% | 0.69% | - |
| HSV(B) | 41.92º | 0.61% | 1% | - |
| XYZ | 66.05 | 67.27 | 21.31 | - |
| YUV | 209.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 99 | 0 | 0.18 | 0.61 | 0 | 41.92 | 1 | 0.69 |
| Hex | FF | D0 | 63 | 0 | 12 | 3D | 0 | 2A | 64 | 45 |
| Octal | 377 | 320 | 143 | 0 | 22 | 75 | 0 | 52 | 144 | 105 |
| Binary | 11111111 | 11010000 | 1100011 | 0 | 10010 | 111101 | 0 | 101010 | 1100100 | 1000101 |
Color Harmonies of #FFD063
Complementary color
Monochromatic Colors of #FFD063
Black with #FFD063
Text Example
Text Example
White with #FFD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD063; }
p { color: rgb(255,208,99); }
H1.HeaderClassName
{
color: #FFD063;
}
.AnyTagClassName
{
color: #FFD063;
}
</style>
background-color css
<style>
a { background-color: #FFD063; }
a { background-color: rgb(255,208,99); }
div.DivClassName
{
background-color: #FFD063;
}
.BgClassName
{
background-color: #FFD063;
}
</style>
border-color css
<style>
span { border-color: #FFD063; }
span { border-color: rgb(255,208,99); }
td.TdClassName
{
border-color: #FFD063;
}
.TagClassName
{
border-color: #FFD063;
}
</style>