Shades of Dandelion #FFD163
Tints of Dandelion #FFD163
RGB
CMYK
RGB Variations
Color information
#FFD163 (or 0xFFD163) is known color: Dandelion. HEX triplet: FF, D1 and 63. RGB value is (255,209,99). Sum of RGB (Red+Green+Blue) = 255+209+99=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 99 (39.06% from 255 or 17.58% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD163 is #002E9C. Grayscale: #D2D2D2. Windows color (decimal): -11933 or 6541823. OLE color: 6541823.
HSL color Cylindrical-coordinate representation of color #FFD163: hue angle of 42.31º 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 #FFD163 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 99 | - |
| CMYK | 0 | 0.18 | 0.61 | 0 |
| HSL | 42.31º | 1% | 0.69% | - |
| HSV(B) | 42.31º | 0.61% | 1% | - |
| XYZ | 66.29 | 67.76 | 21.39 | - |
| YUV | 210.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 99 | 0 | 0.18 | 0.61 | 0 | 42.31 | 1 | 0.69 |
| Hex | FF | D1 | 63 | 0 | 12 | 3D | 0 | 2A | 64 | 45 |
| Octal | 377 | 321 | 143 | 0 | 22 | 75 | 0 | 52 | 144 | 105 |
| Binary | 11111111 | 11010001 | 1100011 | 0 | 10010 | 111101 | 0 | 101010 | 1100100 | 1000101 |
Color Harmonies of #FFD163
Complementary color
Monochromatic Colors of #FFD163
Black with #FFD163
Text Example
Text Example
White with #FFD163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD163; }
p { color: rgb(255,209,99); }
H1.HeaderClassName
{
color: #FFD163;
}
.AnyTagClassName
{
color: #FFD163;
}
</style>
background-color css
<style>
a { background-color: #FFD163; }
a { background-color: rgb(255,209,99); }
div.DivClassName
{
background-color: #FFD163;
}
.BgClassName
{
background-color: #FFD163;
}
</style>
border-color css
<style>
span { border-color: #FFD163; }
span { border-color: rgb(255,209,99); }
td.TdClassName
{
border-color: #FFD163;
}
.TagClassName
{
border-color: #FFD163;
}
</style>