Shades of Dandelion #FDD167
Tints of Dandelion #FDD167
RGB
CMYK
RGB Variations
Color information
#FDD167 (or 0xFDD167) is known color: Dandelion. HEX triplet: FD, D1 and 67. RGB value is (253,209,103). Sum of RGB (Red+Green+Blue) = 253+209+103=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD167 is #022E98. Grayscale: #D2D2D2. Windows color (decimal): -143001 or 6803965. OLE color: 6803965.
HSL color Cylindrical-coordinate representation of color #FDD167: hue angle of 42.4º 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 #FDD167 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 103 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.01 |
| HSL | 42.4º | 0.97% | 0.7% | - |
| HSV(B) | 42.4º | 0.59% | 0.99% | - |
| XYZ | 65.76 | 67.46 | 22.39 | - |
| YUV | 210.07 | 67.58 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 103 | 0 | 0.17 | 0.59 | 0.01 | 42.4 | 0.97 | 0.7 |
| Hex | FD | D1 | 67 | 0 | 11 | 3B | 1 | 2A | 61 | 46 |
| Octal | 375 | 321 | 147 | 0 | 21 | 73 | 1 | 52 | 141 | 106 |
| Binary | 11111101 | 11010001 | 1100111 | 0 | 10001 | 111011 | 1 | 101010 | 1100001 | 1000110 |
Color Harmonies of #FDD167
Complementary color
Monochromatic Colors of #FDD167
Black with #FDD167
Text Example
Text Example
White with #FDD167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD167; }
p { color: rgb(253,209,103); }
H1.HeaderClassName
{
color: #FDD167;
}
.AnyTagClassName
{
color: #FDD167;
}
</style>
background-color css
<style>
a { background-color: #FDD167; }
a { background-color: rgb(253,209,103); }
div.DivClassName
{
background-color: #FDD167;
}
.BgClassName
{
background-color: #FDD167;
}
</style>
border-color css
<style>
span { border-color: #FDD167; }
span { border-color: rgb(253,209,103); }
td.TdClassName
{
border-color: #FDD167;
}
.TagClassName
{
border-color: #FDD167;
}
</style>