Shades of Dandelion #FFDC61
Tints of Dandelion #FFDC61
RGB
CMYK
RGB Variations
Color information
#FFDC61 (or 0xFFDC61) is known color: Dandelion. HEX triplet: FF, DC and 61. RGB value is (255,220,97). Sum of RGB (Red+Green+Blue) = 255+220+97=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 97 (38.28% from 255 or 16.96% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC61 is #00239E. Grayscale: #D8D8D8. Windows color (decimal): -9119 or 6413567. OLE color: 6413567.
HSL color Cylindrical-coordinate representation of color #FFDC61: hue angle of 46.71º 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 #FFDC61 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 97 | - |
| CMYK | 0 | 0.14 | 0.62 | 0 |
| HSL | 46.71º | 1% | 0.69% | - |
| HSV(B) | 46.71º | 0.62% | 1% | - |
| XYZ | 68.99 | 73.31 | 21.82 | - |
| YUV | 216.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 97 | 0 | 0.14 | 0.62 | 0 | 46.71 | 1 | 0.69 |
| Hex | FF | DC | 61 | 0 | E | 3E | 0 | 2F | 64 | 45 |
| Octal | 377 | 334 | 141 | 0 | 16 | 76 | 0 | 57 | 144 | 105 |
| Binary | 11111111 | 11011100 | 1100001 | 0 | 1110 | 111110 | 0 | 101111 | 1100100 | 1000101 |
Color Harmonies of #FFDC61
Complementary color
Monochromatic Colors of #FFDC61
Black with #FFDC61
Text Example
Text Example
White with #FFDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC61; }
p { color: rgb(255,220,97); }
H1.HeaderClassName
{
color: #FFDC61;
}
.AnyTagClassName
{
color: #FFDC61;
}
</style>
background-color css
<style>
a { background-color: #FFDC61; }
a { background-color: rgb(255,220,97); }
div.DivClassName
{
background-color: #FFDC61;
}
.BgClassName
{
background-color: #FFDC61;
}
</style>
border-color css
<style>
span { border-color: #FFDC61; }
span { border-color: rgb(255,220,97); }
td.TdClassName
{
border-color: #FFDC61;
}
.TagClassName
{
border-color: #FFDC61;
}
</style>