Shades of Dandelion #FFD566
Tints of Dandelion #FFD566
RGB
CMYK
RGB Variations
Color information
#FFD566 (or 0xFFD566) is known color: Dandelion. HEX triplet: FF, D5 and 66. RGB value is (255,213,102). Sum of RGB (Red+Green+Blue) = 255+213+102=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD566 is #002A99. Grayscale: #D5D5D5. Windows color (decimal): -10906 or 6739455. OLE color: 6739455.
HSL color Cylindrical-coordinate representation of color #FFD566: hue angle of 43.53º 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 #FFD566 is Cyan = 0, Magento = 0.16, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 102 | - |
| CMYK | 0 | 0.16 | 0.6 | 0 |
| HSL | 43.53º | 1% | 0.7% | - |
| HSV(B) | 43.53º | 0.6% | 1% | - |
| XYZ | 67.43 | 69.81 | 22.49 | - |
| YUV | 212.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 102 | 0 | 0.16 | 0.6 | 0 | 43.53 | 1 | 0.7 |
| Hex | FF | D5 | 66 | 0 | 10 | 3C | 0 | 2C | 64 | 46 |
| Octal | 377 | 325 | 146 | 0 | 20 | 74 | 0 | 54 | 144 | 106 |
| Binary | 11111111 | 11010101 | 1100110 | 0 | 10000 | 111100 | 0 | 101100 | 1100100 | 1000110 |
Color Harmonies of #FFD566
Complementary color
Monochromatic Colors of #FFD566
Black with #FFD566
Text Example
Text Example
White with #FFD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD566; }
p { color: rgb(255,213,102); }
H1.HeaderClassName
{
color: #FFD566;
}
.AnyTagClassName
{
color: #FFD566;
}
</style>
background-color css
<style>
a { background-color: #FFD566; }
a { background-color: rgb(255,213,102); }
div.DivClassName
{
background-color: #FFD566;
}
.BgClassName
{
background-color: #FFD566;
}
</style>
border-color css
<style>
span { border-color: #FFD566; }
span { border-color: rgb(255,213,102); }
td.TdClassName
{
border-color: #FFD566;
}
.TagClassName
{
border-color: #FFD566;
}
</style>