Shades of Dandelion #FFD261
Tints of Dandelion #FFD261
RGB
CMYK
RGB Variations
Color information
#FFD261 (or 0xFFD261) is known color: Dandelion. HEX triplet: FF, D2 and 61. RGB value is (255,210,97). Sum of RGB (Red+Green+Blue) = 255+210+97=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 97 (38.28% from 255 or 17.26% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD261 is #002D9E. Grayscale: #D3D3D3. Windows color (decimal): -11679 or 6411007. OLE color: 6411007.
HSL color Cylindrical-coordinate representation of color #FFD261: hue angle of 42.91º 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 #FFD261 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 97 | - |
| CMYK | 0 | 0.18 | 0.62 | 0 |
| HSL | 42.91º | 1% | 0.69% | - |
| HSV(B) | 42.91º | 0.62% | 1% | - |
| XYZ | 66.44 | 68.22 | 20.97 | - |
| YUV | 210.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 97 | 0 | 0.18 | 0.62 | 0 | 42.91 | 1 | 0.69 |
| Hex | FF | D2 | 61 | 0 | 12 | 3E | 0 | 2B | 64 | 45 |
| Octal | 377 | 322 | 141 | 0 | 22 | 76 | 0 | 53 | 144 | 105 |
| Binary | 11111111 | 11010010 | 1100001 | 0 | 10010 | 111110 | 0 | 101011 | 1100100 | 1000101 |
Color Harmonies of #FFD261
Complementary color
Monochromatic Colors of #FFD261
Black with #FFD261
Text Example
Text Example
White with #FFD261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD261; }
p { color: rgb(255,210,97); }
H1.HeaderClassName
{
color: #FFD261;
}
.AnyTagClassName
{
color: #FFD261;
}
</style>
background-color css
<style>
a { background-color: #FFD261; }
a { background-color: rgb(255,210,97); }
div.DivClassName
{
background-color: #FFD261;
}
.BgClassName
{
background-color: #FFD261;
}
</style>
border-color css
<style>
span { border-color: #FFD261; }
span { border-color: rgb(255,210,97); }
td.TdClassName
{
border-color: #FFD261;
}
.TagClassName
{
border-color: #FFD261;
}
</style>