Shades of Dandelion #FDD268
Tints of Dandelion #FDD268
RGB
CMYK
RGB Variations
Color information
#FDD268 (or 0xFDD268) is known color: Dandelion. HEX triplet: FD, D2 and 68. RGB value is (253,210,104). Sum of RGB (Red+Green+Blue) = 253+210+104=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD268 is #022D97. Grayscale: #D3D3D3. Windows color (decimal): -142744 or 6869757. OLE color: 6869757.
HSL color Cylindrical-coordinate representation of color #FDD268: hue angle of 42.68º 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 #FDD268 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 104 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.01 |
| HSL | 42.68º | 0.97% | 0.7% | - |
| HSV(B) | 42.68º | 0.59% | 0.99% | - |
| XYZ | 66.05 | 67.98 | 22.74 | - |
| YUV | 210.77 | 67.75 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 104 | 0 | 0.17 | 0.59 | 0.01 | 42.68 | 0.97 | 0.7 |
| Hex | FD | D2 | 68 | 0 | 11 | 3B | 1 | 2B | 61 | 46 |
| Octal | 375 | 322 | 150 | 0 | 21 | 73 | 1 | 53 | 141 | 106 |
| Binary | 11111101 | 11010010 | 1101000 | 0 | 10001 | 111011 | 1 | 101011 | 1100001 | 1000110 |
Color Harmonies of #FDD268
Complementary color
Monochromatic Colors of #FDD268
Black with #FDD268
Text Example
Text Example
White with #FDD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD268; }
p { color: rgb(253,210,104); }
H1.HeaderClassName
{
color: #FDD268;
}
.AnyTagClassName
{
color: #FDD268;
}
</style>
background-color css
<style>
a { background-color: #FDD268; }
a { background-color: rgb(253,210,104); }
div.DivClassName
{
background-color: #FDD268;
}
.BgClassName
{
background-color: #FDD268;
}
</style>
border-color css
<style>
span { border-color: #FDD268; }
span { border-color: rgb(253,210,104); }
td.TdClassName
{
border-color: #FDD268;
}
.TagClassName
{
border-color: #FDD268;
}
</style>