Shades of Dandelion #FFD461
Tints of Dandelion #FFD461
RGB
CMYK
RGB Variations
Color information
#FFD461 (or 0xFFD461) is known color: Dandelion. HEX triplet: FF, D4 and 61. RGB value is (255,212,97). Sum of RGB (Red+Green+Blue) = 255+212+97=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 97 (38.28% from 255 or 17.20% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD461 is #002B9E. Grayscale: #D4D4D4. Windows color (decimal): -11167 or 6411519. OLE color: 6411519.
HSL color Cylindrical-coordinate representation of color #FFD461: hue angle of 43.67º 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 #FFD461 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 97 | - |
| CMYK | 0 | 0.17 | 0.62 | 0 |
| HSL | 43.67º | 1% | 0.69% | - |
| HSV(B) | 43.67º | 0.62% | 1% | - |
| XYZ | 66.94 | 69.21 | 21.14 | - |
| YUV | 211.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 97 | 0 | 0.17 | 0.62 | 0 | 43.67 | 1 | 0.69 |
| Hex | FF | D4 | 61 | 0 | 11 | 3E | 0 | 2C | 64 | 45 |
| Octal | 377 | 324 | 141 | 0 | 21 | 76 | 0 | 54 | 144 | 105 |
| Binary | 11111111 | 11010100 | 1100001 | 0 | 10001 | 111110 | 0 | 101100 | 1100100 | 1000101 |
Color Harmonies of #FFD461
Complementary color
Monochromatic Colors of #FFD461
Black with #FFD461
Text Example
Text Example
White with #FFD461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD461; }
p { color: rgb(255,212,97); }
H1.HeaderClassName
{
color: #FFD461;
}
.AnyTagClassName
{
color: #FFD461;
}
</style>
background-color css
<style>
a { background-color: #FFD461; }
a { background-color: rgb(255,212,97); }
div.DivClassName
{
background-color: #FFD461;
}
.BgClassName
{
background-color: #FFD461;
}
</style>
border-color css
<style>
span { border-color: #FFD461; }
span { border-color: rgb(255,212,97); }
td.TdClassName
{
border-color: #FFD461;
}
.TagClassName
{
border-color: #FFD461;
}
</style>