Shades of Dandelion #FFDC6A
Tints of Dandelion #FFDC6A
RGB
CMYK
RGB Variations
Color information
#FFDC6A (or 0xFFDC6A) is known color: Dandelion. HEX triplet: FF, DC and 6A. RGB value is (255,220,106). Sum of RGB (Red+Green+Blue) = 255+220+106=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 106 (41.80% from 255 or 18.24% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC6A is #002395. Grayscale: #D9D9D9. Windows color (decimal): -9110 or 7003391. OLE color: 7003391.
HSL color Cylindrical-coordinate representation of color #FFDC6A: hue angle of 45.91º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFDC6A is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 106 | - |
| CMYK | 0 | 0.14 | 0.58 | 0 |
| HSL | 45.91º | 1% | 0.71% | - |
| HSV(B) | 45.91º | 0.58% | 1% | - |
| XYZ | 69.43 | 73.49 | 24.16 | - |
| YUV | 217.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 106 | 0 | 0.14 | 0.58 | 0 | 45.91 | 1 | 0.71 |
| Hex | FF | DC | 6A | 0 | E | 3A | 0 | 2E | 64 | 47 |
| Octal | 377 | 334 | 152 | 0 | 16 | 72 | 0 | 56 | 144 | 107 |
| Binary | 11111111 | 11011100 | 1101010 | 0 | 1110 | 111010 | 0 | 101110 | 1100100 | 1000111 |
Color Harmonies of #FFDC6A
Complementary color
Monochromatic Colors of #FFDC6A
Black with #FFDC6A
Text Example
Text Example
White with #FFDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC6A; }
p { color: rgb(255,220,106); }
H1.HeaderClassName
{
color: #FFDC6A;
}
.AnyTagClassName
{
color: #FFDC6A;
}
</style>
background-color css
<style>
a { background-color: #FFDC6A; }
a { background-color: rgb(255,220,106); }
div.DivClassName
{
background-color: #FFDC6A;
}
.BgClassName
{
background-color: #FFDC6A;
}
</style>
border-color css
<style>
span { border-color: #FFDC6A; }
span { border-color: rgb(255,220,106); }
td.TdClassName
{
border-color: #FFDC6A;
}
.TagClassName
{
border-color: #FFDC6A;
}
</style>