Shades of Dandelion #FFD665
Tints of Dandelion #FFD665
RGB
CMYK
RGB Variations
Color information
#FFD665 (or 0xFFD665) is known color: Dandelion. HEX triplet: FF, D6 and 65. RGB value is (255,214,101). Sum of RGB (Red+Green+Blue) = 255+214+101=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 101 (39.84% from 255 or 17.72% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD665 is #00299A. Grayscale: #D5D5D5. Windows color (decimal): -10651 or 6674175. OLE color: 6674175.
HSL color Cylindrical-coordinate representation of color #FFD665: hue angle of 44.03º 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 #FFD665 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 101 | - |
| CMYK | 0 | 0.16 | 0.60 | 0 |
| HSL | 44.03º | 1% | 0.7% | - |
| HSV(B) | 44.03º | 0.6% | 1% | - |
| XYZ | 67.64 | 70.29 | 22.31 | - |
| YUV | 213.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 101 | 0 | 0.16 | 0.60 | 0 | 44.03 | 1 | 0.7 |
| Hex | FF | D6 | 65 | 0 | 10 | 3C | 0 | 2C | 64 | 46 |
| Octal | 377 | 326 | 145 | 0 | 20 | 74 | 0 | 54 | 144 | 106 |
| Binary | 11111111 | 11010110 | 1100101 | 0 | 10000 | 111100 | 0 | 101100 | 1100100 | 1000110 |
Color Harmonies of #FFD665
Complementary color
Monochromatic Colors of #FFD665
Black with #FFD665
Text Example
Text Example
White with #FFD665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD665; }
p { color: rgb(255,214,101); }
H1.HeaderClassName
{
color: #FFD665;
}
.AnyTagClassName
{
color: #FFD665;
}
</style>
background-color css
<style>
a { background-color: #FFD665; }
a { background-color: rgb(255,214,101); }
div.DivClassName
{
background-color: #FFD665;
}
.BgClassName
{
background-color: #FFD665;
}
</style>
border-color css
<style>
span { border-color: #FFD665; }
span { border-color: rgb(255,214,101); }
td.TdClassName
{
border-color: #FFD665;
}
.TagClassName
{
border-color: #FFD665;
}
</style>