Shades of Dandelion #FFD760
Tints of Dandelion #FFD760
RGB
CMYK
RGB Variations
Color information
#FFD760 (or 0xFFD760) is known color: Dandelion. HEX triplet: FF, D7 and 60. RGB value is (255,215,96). Sum of RGB (Red+Green+Blue) = 255+215+96=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD760 is #00289F. Grayscale: #D5D5D5. Windows color (decimal): -10400 or 6346751. OLE color: 6346751.
HSL color Cylindrical-coordinate representation of color #FFD760: hue angle of 44.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 #FFD760 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 96 | - |
| CMYK | 0 | 0.16 | 0.62 | 0 |
| HSL | 44.91º | 1% | 0.69% | - |
| HSV(B) | 44.91º | 0.62% | 1% | - |
| XYZ | 67.65 | 70.71 | 21.15 | - |
| YUV | 213.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 96 | 0 | 0.16 | 0.62 | 0 | 44.91 | 1 | 0.69 |
| Hex | FF | D7 | 60 | 0 | 10 | 3E | 0 | 2D | 64 | 45 |
| Octal | 377 | 327 | 140 | 0 | 20 | 76 | 0 | 55 | 144 | 105 |
| Binary | 11111111 | 11010111 | 1100000 | 0 | 10000 | 111110 | 0 | 101101 | 1100100 | 1000101 |
Color Harmonies of #FFD760
Complementary color
Monochromatic Colors of #FFD760
Black with #FFD760
Text Example
Text Example
White with #FFD760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD760; }
p { color: rgb(255,215,96); }
H1.HeaderClassName
{
color: #FFD760;
}
.AnyTagClassName
{
color: #FFD760;
}
</style>
background-color css
<style>
a { background-color: #FFD760; }
a { background-color: rgb(255,215,96); }
div.DivClassName
{
background-color: #FFD760;
}
.BgClassName
{
background-color: #FFD760;
}
</style>
border-color css
<style>
span { border-color: #FFD760; }
span { border-color: rgb(255,215,96); }
td.TdClassName
{
border-color: #FFD760;
}
.TagClassName
{
border-color: #FFD760;
}
</style>