Shades of Dandelion #FDD161
Tints of Dandelion #FDD161
RGB
CMYK
RGB Variations
Color information
#FDD161 (or 0xFDD161) is known color: Dandelion. HEX triplet: FD, D1 and 61. RGB value is (253,209,97). Sum of RGB (Red+Green+Blue) = 253+209+97=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD161 is #022E9E. Grayscale: #D1D1D1. Windows color (decimal): -143007 or 6410749. OLE color: 6410749.
HSL color Cylindrical-coordinate representation of color #FDD161: hue angle of 43.08º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDD161 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 97 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.01 |
| HSL | 43.08º | 0.98% | 0.69% | - |
| HSV(B) | 43.08º | 0.62% | 0.99% | - |
| XYZ | 65.47 | 67.35 | 20.86 | - |
| YUV | 209.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 97 | 0 | 0.17 | 0.62 | 0.01 | 43.08 | 0.98 | 0.69 |
| Hex | FD | D1 | 61 | 0 | 11 | 3E | 1 | 2B | 62 | 45 |
| Octal | 375 | 321 | 141 | 0 | 21 | 76 | 1 | 53 | 142 | 105 |
| Binary | 11111101 | 11010001 | 1100001 | 0 | 10001 | 111110 | 1 | 101011 | 1100010 | 1000101 |
Color Harmonies of #FDD161
Complementary color
Monochromatic Colors of #FDD161
Black with #FDD161
Text Example
Text Example
White with #FDD161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD161; }
p { color: rgb(253,209,97); }
H1.HeaderClassName
{
color: #FDD161;
}
.AnyTagClassName
{
color: #FDD161;
}
</style>
background-color css
<style>
a { background-color: #FDD161; }
a { background-color: rgb(253,209,97); }
div.DivClassName
{
background-color: #FDD161;
}
.BgClassName
{
background-color: #FDD161;
}
</style>
border-color css
<style>
span { border-color: #FDD161; }
span { border-color: rgb(253,209,97); }
td.TdClassName
{
border-color: #FDD161;
}
.TagClassName
{
border-color: #FDD161;
}
</style>