Shades of Dandelion #FDD768
Tints of Dandelion #FDD768
RGB
CMYK
RGB Variations
Color information
#FDD768 (or 0xFDD768) is known color: Dandelion. HEX triplet: FD, D7 and 68. RGB value is (253,215,104). Sum of RGB (Red+Green+Blue) = 253+215+104=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 104 (41.02% from 255 or 18.18% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD768 is #022897. Grayscale: #D6D6D6. Windows color (decimal): -141464 or 6871037. OLE color: 6871037.
HSL color Cylindrical-coordinate representation of color #FDD768: hue angle of 44.7º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDD768 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 104 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.01 |
| HSL | 44.7º | 0.97% | 0.7% | - |
| HSV(B) | 44.7º | 0.59% | 0.99% | - |
| XYZ | 67.31 | 70.48 | 23.15 | - |
| YUV | 213.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 104 | 0 | 0.15 | 0.59 | 0.01 | 44.7 | 0.97 | 0.7 |
| Hex | FD | D7 | 68 | 0 | F | 3B | 1 | 2D | 61 | 46 |
| Octal | 375 | 327 | 150 | 0 | 17 | 73 | 1 | 55 | 141 | 106 |
| Binary | 11111101 | 11010111 | 1101000 | 0 | 1111 | 111011 | 1 | 101101 | 1100001 | 1000110 |
Color Harmonies of #FDD768
Complementary color
Monochromatic Colors of #FDD768
Black with #FDD768
Text Example
Text Example
White with #FDD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD768; }
p { color: rgb(253,215,104); }
H1.HeaderClassName
{
color: #FDD768;
}
.AnyTagClassName
{
color: #FDD768;
}
</style>
background-color css
<style>
a { background-color: #FDD768; }
a { background-color: rgb(253,215,104); }
div.DivClassName
{
background-color: #FDD768;
}
.BgClassName
{
background-color: #FDD768;
}
</style>
border-color css
<style>
span { border-color: #FDD768; }
span { border-color: rgb(253,215,104); }
td.TdClassName
{
border-color: #FDD768;
}
.TagClassName
{
border-color: #FDD768;
}
</style>