Shades of Dandelion #FFD365
Tints of Dandelion #FFD365
RGB
CMYK
RGB Variations
Color information
#FFD365 (or 0xFFD365) is known color: Dandelion. HEX triplet: FF, D3 and 65. RGB value is (255,211,101). Sum of RGB (Red+Green+Blue) = 255+211+101=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD365 is #002C9A. Grayscale: #D4D4D4. Windows color (decimal): -11419 or 6673407. OLE color: 6673407.
HSL color Cylindrical-coordinate representation of color #FFD365: hue angle of 42.86º 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 #FFD365 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 101 | - |
| CMYK | 0 | 0.17 | 0.60 | 0 |
| HSL | 42.86º | 1% | 0.7% | - |
| HSV(B) | 42.86º | 0.6% | 1% | - |
| XYZ | 66.88 | 68.79 | 22.06 | - |
| YUV | 211.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 101 | 0 | 0.17 | 0.60 | 0 | 42.86 | 1 | 0.7 |
| Hex | FF | D3 | 65 | 0 | 11 | 3C | 0 | 2B | 64 | 46 |
| Octal | 377 | 323 | 145 | 0 | 21 | 74 | 0 | 53 | 144 | 106 |
| Binary | 11111111 | 11010011 | 1100101 | 0 | 10001 | 111100 | 0 | 101011 | 1100100 | 1000110 |
Color Harmonies of #FFD365
Complementary color
Monochromatic Colors of #FFD365
Black with #FFD365
Text Example
Text Example
White with #FFD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD365; }
p { color: rgb(255,211,101); }
H1.HeaderClassName
{
color: #FFD365;
}
.AnyTagClassName
{
color: #FFD365;
}
</style>
background-color css
<style>
a { background-color: #FFD365; }
a { background-color: rgb(255,211,101); }
div.DivClassName
{
background-color: #FFD365;
}
.BgClassName
{
background-color: #FFD365;
}
</style>
border-color css
<style>
span { border-color: #FFD365; }
span { border-color: rgb(255,211,101); }
td.TdClassName
{
border-color: #FFD365;
}
.TagClassName
{
border-color: #FFD365;
}
</style>