Shades of Dandelion #FFDC62
Tints of Dandelion #FFDC62
RGB
CMYK
RGB Variations
Color information
#FFDC62 (or 0xFFDC62) is known color: Dandelion. HEX triplet: FF, DC and 62. RGB value is (255,220,98). Sum of RGB (Red+Green+Blue) = 255+220+98=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 98 (38.67% from 255 or 17.10% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC62 is #00239D. Grayscale: #D9D9D9. Windows color (decimal): -9118 or 6479103. OLE color: 6479103.
HSL color Cylindrical-coordinate representation of color #FFDC62: hue angle of 46.62º 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 #FFDC62 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 98 | - |
| CMYK | 0 | 0.14 | 0.62 | 0 |
| HSL | 46.62º | 1% | 0.69% | - |
| HSV(B) | 46.62º | 0.62% | 1% | - |
| XYZ | 69.04 | 73.33 | 22.07 | - |
| YUV | 216.56 | 61.1 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 98 | 0 | 0.14 | 0.62 | 0 | 46.62 | 1 | 0.69 |
| Hex | FF | DC | 62 | 0 | E | 3E | 0 | 2F | 64 | 45 |
| Octal | 377 | 334 | 142 | 0 | 16 | 76 | 0 | 57 | 144 | 105 |
| Binary | 11111111 | 11011100 | 1100010 | 0 | 1110 | 111110 | 0 | 101111 | 1100100 | 1000101 |
Color Harmonies of #FFDC62
Complementary color
Monochromatic Colors of #FFDC62
Black with #FFDC62
Text Example
Text Example
White with #FFDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC62; }
p { color: rgb(255,220,98); }
H1.HeaderClassName
{
color: #FFDC62;
}
.AnyTagClassName
{
color: #FFDC62;
}
</style>
background-color css
<style>
a { background-color: #FFDC62; }
a { background-color: rgb(255,220,98); }
div.DivClassName
{
background-color: #FFDC62;
}
.BgClassName
{
background-color: #FFDC62;
}
</style>
border-color css
<style>
span { border-color: #FFDC62; }
span { border-color: rgb(255,220,98); }
td.TdClassName
{
border-color: #FFDC62;
}
.TagClassName
{
border-color: #FFDC62;
}
</style>