Shades of Dandelion #FDD765
Tints of Dandelion #FDD765
RGB
CMYK
RGB Variations
Color information
#FDD765 (or 0xFDD765) is known color: Dandelion. HEX triplet: FD, D7 and 65. RGB value is (253,215,101). Sum of RGB (Red+Green+Blue) = 253+215+101=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 101 (39.84% from 255 or 17.75% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD765 is #02289A. Grayscale: #D5D5D5. Windows color (decimal): -141467 or 6674429. OLE color: 6674429.
HSL color Cylindrical-coordinate representation of color #FDD765: hue angle of 45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD765 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 101 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.01 |
| HSL | 45º | 0.97% | 0.69% | - |
| HSV(B) | 45º | 0.6% | 0.99% | - |
| XYZ | 67.16 | 70.42 | 22.37 | - |
| YUV | 213.37 | 64.59 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 101 | 0 | 0.15 | 0.60 | 0.01 | 45 | 0.97 | 0.69 |
| Hex | FD | D7 | 65 | 0 | F | 3C | 1 | 2D | 61 | 45 |
| Octal | 375 | 327 | 145 | 0 | 17 | 74 | 1 | 55 | 141 | 105 |
| Binary | 11111101 | 11010111 | 1100101 | 0 | 1111 | 111100 | 1 | 101101 | 1100001 | 1000101 |
Color Harmonies of #FDD765
Complementary color
Monochromatic Colors of #FDD765
Black with #FDD765
Text Example
Text Example
White with #FDD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD765; }
p { color: rgb(253,215,101); }
H1.HeaderClassName
{
color: #FDD765;
}
.AnyTagClassName
{
color: #FDD765;
}
</style>
background-color css
<style>
a { background-color: #FDD765; }
a { background-color: rgb(253,215,101); }
div.DivClassName
{
background-color: #FDD765;
}
.BgClassName
{
background-color: #FDD765;
}
</style>
border-color css
<style>
span { border-color: #FDD765; }
span { border-color: rgb(253,215,101); }
td.TdClassName
{
border-color: #FDD765;
}
.TagClassName
{
border-color: #FDD765;
}
</style>