Shades of Dandelion #FFDD62
Tints of Dandelion #FFDD62
RGB
CMYK
RGB Variations
Color information
#FFDD62 (or 0xFFDD62) is known color: Dandelion. HEX triplet: FF, DD and 62. RGB value is (255,221,98). Sum of RGB (Red+Green+Blue) = 255+221+98=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 98 (38.67% from 255 or 17.07% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD62 is #00229D. Grayscale: #D9D9D9. Windows color (decimal): -8862 or 6479359. OLE color: 6479359.
HSL color Cylindrical-coordinate representation of color #FFDD62: hue angle of 47.01º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFDD62 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 98 | - |
| CMYK | 0 | 0.13 | 0.62 | 0 |
| HSL | 47.01º | 1% | 0.69% | - |
| HSV(B) | 47.01º | 0.62% | 1% | - |
| XYZ | 69.3 | 73.85 | 22.16 | - |
| YUV | 217.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 98 | 0 | 0.13 | 0.62 | 0 | 47.01 | 1 | 0.69 |
| Hex | FF | DD | 62 | 0 | D | 3E | 0 | 2F | 64 | 45 |
| Octal | 377 | 335 | 142 | 0 | 15 | 76 | 0 | 57 | 144 | 105 |
| Binary | 11111111 | 11011101 | 1100010 | 0 | 1101 | 111110 | 0 | 101111 | 1100100 | 1000101 |
Color Harmonies of #FFDD62
Complementary color
Monochromatic Colors of #FFDD62
Black with #FFDD62
Text Example
Text Example
White with #FFDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD62; }
p { color: rgb(255,221,98); }
H1.HeaderClassName
{
color: #FFDD62;
}
.AnyTagClassName
{
color: #FFDD62;
}
</style>
background-color css
<style>
a { background-color: #FFDD62; }
a { background-color: rgb(255,221,98); }
div.DivClassName
{
background-color: #FFDD62;
}
.BgClassName
{
background-color: #FFDD62;
}
</style>
border-color css
<style>
span { border-color: #FFDD62; }
span { border-color: rgb(255,221,98); }
td.TdClassName
{
border-color: #FFDD62;
}
.TagClassName
{
border-color: #FFDD62;
}
</style>