Shades of Dandelion #FFD463
Tints of Dandelion #FFD463
RGB
CMYK
RGB Variations
Color information
#FFD463 (or 0xFFD463) is known color: Dandelion. HEX triplet: FF, D4 and 63. RGB value is (255,212,99). Sum of RGB (Red+Green+Blue) = 255+212+99=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 99 (39.06% from 255 or 17.49% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD463 is #002B9C. Grayscale: #D4D4D4. Windows color (decimal): -11165 or 6542591. OLE color: 6542591.
HSL color Cylindrical-coordinate representation of color #FFD463: hue angle of 43.46º 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 #FFD463 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 99 | - |
| CMYK | 0 | 0.17 | 0.61 | 0 |
| HSL | 43.46º | 1% | 0.69% | - |
| HSV(B) | 43.46º | 0.61% | 1% | - |
| XYZ | 67.04 | 69.25 | 21.64 | - |
| YUV | 211.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 99 | 0 | 0.17 | 0.61 | 0 | 43.46 | 1 | 0.69 |
| Hex | FF | D4 | 63 | 0 | 11 | 3D | 0 | 2B | 64 | 45 |
| Octal | 377 | 324 | 143 | 0 | 21 | 75 | 0 | 53 | 144 | 105 |
| Binary | 11111111 | 11010100 | 1100011 | 0 | 10001 | 111101 | 0 | 101011 | 1100100 | 1000101 |
Color Harmonies of #FFD463
Complementary color
Monochromatic Colors of #FFD463
Black with #FFD463
Text Example
Text Example
White with #FFD463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD463; }
p { color: rgb(255,212,99); }
H1.HeaderClassName
{
color: #FFD463;
}
.AnyTagClassName
{
color: #FFD463;
}
</style>
background-color css
<style>
a { background-color: #FFD463; }
a { background-color: rgb(255,212,99); }
div.DivClassName
{
background-color: #FFD463;
}
.BgClassName
{
background-color: #FFD463;
}
</style>
border-color css
<style>
span { border-color: #FFD463; }
span { border-color: rgb(255,212,99); }
td.TdClassName
{
border-color: #FFD463;
}
.TagClassName
{
border-color: #FFD463;
}
</style>