Shades of Dandelion #F5D765
Tints of Dandelion #F5D765
RGB
CMYK
RGB Variations
Color information
#F5D765 (or 0xF5D765) is known color: Dandelion. HEX triplet: F5, D7 and 65. RGB value is (245,215,101). Sum of RGB (Red+Green+Blue) = 245+215+101=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D765 is #0A289A. Grayscale: #D3D3D3. Windows color (decimal): -665755 or 6674421. OLE color: 6674421.
HSL color Cylindrical-coordinate representation of color #F5D765: hue angle of 47.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5D765 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 101 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.04 |
| HSL | 47.5º | 0.88% | 0.68% | - |
| HSV(B) | 47.5º | 0.59% | 0.96% | - |
| XYZ | 64.31 | 68.95 | 22.23 | - |
| YUV | 210.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 101 | 0 | 0.12 | 0.59 | 0.04 | 47.5 | 0.88 | 0.68 |
| Hex | F5 | D7 | 65 | 0 | C | 3B | 4 | 30 | 58 | 44 |
| Octal | 365 | 327 | 145 | 0 | 14 | 73 | 4 | 60 | 130 | 104 |
| Binary | 11110101 | 11010111 | 1100101 | 0 | 1100 | 111011 | 100 | 110000 | 1011000 | 1000100 |
Color Harmonies of #F5D765
Complementary color
Monochromatic Colors of #F5D765
Black with #F5D765
Text Example
Text Example
White with #F5D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D765; }
p { color: rgb(245,215,101); }
H1.HeaderClassName
{
color: #F5D765;
}
.AnyTagClassName
{
color: #F5D765;
}
</style>
background-color css
<style>
a { background-color: #F5D765; }
a { background-color: rgb(245,215,101); }
div.DivClassName
{
background-color: #F5D765;
}
.BgClassName
{
background-color: #F5D765;
}
</style>
border-color css
<style>
span { border-color: #F5D765; }
span { border-color: rgb(245,215,101); }
td.TdClassName
{
border-color: #F5D765;
}
.TagClassName
{
border-color: #F5D765;
}
</style>