Shades of Dandelion #FFD165
Tints of Dandelion #FFD165
RGB
CMYK
RGB Variations
Color information
#FFD165 (or 0xFFD165) is known color: Dandelion. HEX triplet: FF, D1 and 65. RGB value is (255,209,101). Sum of RGB (Red+Green+Blue) = 255+209+101=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD165 is #002E9A. Grayscale: #D2D2D2. Windows color (decimal): -11931 or 6672895. OLE color: 6672895.
HSL color Cylindrical-coordinate representation of color #FFD165: hue angle of 42.08º 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 #FFD165 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 101 | - |
| CMYK | 0 | 0.18 | 0.60 | 0 |
| HSL | 42.08º | 1% | 0.7% | - |
| HSV(B) | 42.08º | 0.6% | 1% | - |
| XYZ | 66.39 | 67.8 | 21.9 | - |
| YUV | 210.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 101 | 0 | 0.18 | 0.60 | 0 | 42.08 | 1 | 0.7 |
| Hex | FF | D1 | 65 | 0 | 12 | 3C | 0 | 2A | 64 | 46 |
| Octal | 377 | 321 | 145 | 0 | 22 | 74 | 0 | 52 | 144 | 106 |
| Binary | 11111111 | 11010001 | 1100101 | 0 | 10010 | 111100 | 0 | 101010 | 1100100 | 1000110 |
Color Harmonies of #FFD165
Complementary color
Monochromatic Colors of #FFD165
Black with #FFD165
Text Example
Text Example
White with #FFD165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD165; }
p { color: rgb(255,209,101); }
H1.HeaderClassName
{
color: #FFD165;
}
.AnyTagClassName
{
color: #FFD165;
}
</style>
background-color css
<style>
a { background-color: #FFD165; }
a { background-color: rgb(255,209,101); }
div.DivClassName
{
background-color: #FFD165;
}
.BgClassName
{
background-color: #FFD165;
}
</style>
border-color css
<style>
span { border-color: #FFD165; }
span { border-color: rgb(255,209,101); }
td.TdClassName
{
border-color: #FFD165;
}
.TagClassName
{
border-color: #FFD165;
}
</style>