Shades of Dandelion #FFD565
Tints of Dandelion #FFD565
RGB
CMYK
RGB Variations
Color information
#FFD565 (or 0xFFD565) is known color: Dandelion. HEX triplet: FF, D5 and 65. RGB value is (255,213,101). Sum of RGB (Red+Green+Blue) = 255+213+101=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 101 (39.84% from 255 or 17.75% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD565 is #002A9A. Grayscale: #D5D5D5. Windows color (decimal): -10907 or 6673919. OLE color: 6673919.
HSL color Cylindrical-coordinate representation of color #FFD565: hue angle of 43.64º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFD565 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 101 | - |
| CMYK | 0 | 0.16 | 0.60 | 0 |
| HSL | 43.64º | 1% | 0.7% | - |
| HSV(B) | 43.64º | 0.6% | 1% | - |
| XYZ | 67.38 | 69.79 | 22.23 | - |
| YUV | 212.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 101 | 0 | 0.16 | 0.60 | 0 | 43.64 | 1 | 0.7 |
| Hex | FF | D5 | 65 | 0 | 10 | 3C | 0 | 2C | 64 | 46 |
| Octal | 377 | 325 | 145 | 0 | 20 | 74 | 0 | 54 | 144 | 106 |
| Binary | 11111111 | 11010101 | 1100101 | 0 | 10000 | 111100 | 0 | 101100 | 1100100 | 1000110 |
Color Harmonies of #FFD565
Complementary color
Monochromatic Colors of #FFD565
Black with #FFD565
Text Example
Text Example
White with #FFD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD565; }
p { color: rgb(255,213,101); }
H1.HeaderClassName
{
color: #FFD565;
}
.AnyTagClassName
{
color: #FFD565;
}
</style>
background-color css
<style>
a { background-color: #FFD565; }
a { background-color: rgb(255,213,101); }
div.DivClassName
{
background-color: #FFD565;
}
.BgClassName
{
background-color: #FFD565;
}
</style>
border-color css
<style>
span { border-color: #FFD565; }
span { border-color: rgb(255,213,101); }
td.TdClassName
{
border-color: #FFD565;
}
.TagClassName
{
border-color: #FFD565;
}
</style>