Shades of Dandelion #FFD260
Tints of Dandelion #FFD260
RGB
CMYK
RGB Variations
Color information
#FFD260 (or 0xFFD260) is known color: Dandelion. HEX triplet: FF, D2 and 60. RGB value is (255,210,96). Sum of RGB (Red+Green+Blue) = 255+210+96=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD260 is #002D9F. Grayscale: #D2D2D2. Windows color (decimal): -11680 or 6345471. OLE color: 6345471.
HSL color Cylindrical-coordinate representation of color #FFD260: hue angle of 43.02º 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 #FFD260 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 96 | - |
| CMYK | 0 | 0.18 | 0.62 | 0 |
| HSL | 43.02º | 1% | 0.69% | - |
| HSV(B) | 43.02º | 0.62% | 1% | - |
| XYZ | 66.4 | 68.2 | 20.73 | - |
| YUV | 210.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 96 | 0 | 0.18 | 0.62 | 0 | 43.02 | 1 | 0.69 |
| Hex | FF | D2 | 60 | 0 | 12 | 3E | 0 | 2B | 64 | 45 |
| Octal | 377 | 322 | 140 | 0 | 22 | 76 | 0 | 53 | 144 | 105 |
| Binary | 11111111 | 11010010 | 1100000 | 0 | 10010 | 111110 | 0 | 101011 | 1100100 | 1000101 |
Color Harmonies of #FFD260
Complementary color
Monochromatic Colors of #FFD260
Black with #FFD260
Text Example
Text Example
White with #FFD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD260; }
p { color: rgb(255,210,96); }
H1.HeaderClassName
{
color: #FFD260;
}
.AnyTagClassName
{
color: #FFD260;
}
</style>
background-color css
<style>
a { background-color: #FFD260; }
a { background-color: rgb(255,210,96); }
div.DivClassName
{
background-color: #FFD260;
}
.BgClassName
{
background-color: #FFD260;
}
</style>
border-color css
<style>
span { border-color: #FFD260; }
span { border-color: rgb(255,210,96); }
td.TdClassName
{
border-color: #FFD260;
}
.TagClassName
{
border-color: #FFD260;
}
</style>