Shades of Dandelion #FFDD63
Tints of Dandelion #FFDD63
RGB
CMYK
RGB Variations
Color information
#FFDD63 (or 0xFFDD63) is known color: Dandelion. HEX triplet: FF, DD and 63. RGB value is (255,221,99). Sum of RGB (Red+Green+Blue) = 255+221+99=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 99 (39.06% from 255 or 17.22% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD63 is #00229C. Grayscale: #D9D9D9. Windows color (decimal): -8861 or 6544895. OLE color: 6544895.
HSL color Cylindrical-coordinate representation of color #FFDD63: hue angle of 46.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 #FFDD63 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 99 | - |
| CMYK | 0 | 0.13 | 0.61 | 0 |
| HSL | 46.92º | 1% | 0.69% | - |
| HSV(B) | 46.92º | 0.61% | 1% | - |
| XYZ | 69.35 | 73.87 | 22.41 | - |
| YUV | 217.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 99 | 0 | 0.13 | 0.61 | 0 | 46.92 | 1 | 0.69 |
| Hex | FF | DD | 63 | 0 | D | 3D | 0 | 2F | 64 | 45 |
| Octal | 377 | 335 | 143 | 0 | 15 | 75 | 0 | 57 | 144 | 105 |
| Binary | 11111111 | 11011101 | 1100011 | 0 | 1101 | 111101 | 0 | 101111 | 1100100 | 1000101 |
Color Harmonies of #FFDD63
Complementary color
Monochromatic Colors of #FFDD63
Black with #FFDD63
Text Example
Text Example
White with #FFDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD63; }
p { color: rgb(255,221,99); }
H1.HeaderClassName
{
color: #FFDD63;
}
.AnyTagClassName
{
color: #FFDD63;
}
</style>
background-color css
<style>
a { background-color: #FFDD63; }
a { background-color: rgb(255,221,99); }
div.DivClassName
{
background-color: #FFDD63;
}
.BgClassName
{
background-color: #FFDD63;
}
</style>
border-color css
<style>
span { border-color: #FFDD63; }
span { border-color: rgb(255,221,99); }
td.TdClassName
{
border-color: #FFDD63;
}
.TagClassName
{
border-color: #FFDD63;
}
</style>