Shades of Dandelion #FFD265
Tints of Dandelion #FFD265
RGB
CMYK
RGB Variations
Color information
#FFD265 (or 0xFFD265) is known color: Dandelion. HEX triplet: FF, D2 and 65. RGB value is (255,210,101). Sum of RGB (Red+Green+Blue) = 255+210+101=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD265 is #002D9A. Grayscale: #D3D3D3. Windows color (decimal): -11675 or 6673151. OLE color: 6673151.
HSL color Cylindrical-coordinate representation of color #FFD265: hue angle of 42.47º 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 #FFD265 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 101 | - |
| CMYK | 0 | 0.18 | 0.60 | 0 |
| HSL | 42.47º | 1% | 0.7% | - |
| HSV(B) | 42.47º | 0.6% | 1% | - |
| XYZ | 66.64 | 68.29 | 21.98 | - |
| YUV | 211.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 101 | 0 | 0.18 | 0.60 | 0 | 42.47 | 1 | 0.7 |
| Hex | FF | D2 | 65 | 0 | 12 | 3C | 0 | 2A | 64 | 46 |
| Octal | 377 | 322 | 145 | 0 | 22 | 74 | 0 | 52 | 144 | 106 |
| Binary | 11111111 | 11010010 | 1100101 | 0 | 10010 | 111100 | 0 | 101010 | 1100100 | 1000110 |
Color Harmonies of #FFD265
Complementary color
Monochromatic Colors of #FFD265
Black with #FFD265
Text Example
Text Example
White with #FFD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD265; }
p { color: rgb(255,210,101); }
H1.HeaderClassName
{
color: #FFD265;
}
.AnyTagClassName
{
color: #FFD265;
}
</style>
background-color css
<style>
a { background-color: #FFD265; }
a { background-color: rgb(255,210,101); }
div.DivClassName
{
background-color: #FFD265;
}
.BgClassName
{
background-color: #FFD265;
}
</style>
border-color css
<style>
span { border-color: #FFD265; }
span { border-color: rgb(255,210,101); }
td.TdClassName
{
border-color: #FFD265;
}
.TagClassName
{
border-color: #FFD265;
}
</style>