Shades of Dandelion #FDDD67
Tints of Dandelion #FDDD67
RGB
CMYK
RGB Variations
Color information
#FDDD67 (or 0xFDDD67) is known color: Dandelion. HEX triplet: FD, DD and 67. RGB value is (253,221,103). Sum of RGB (Red+Green+Blue) = 253+221+103=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 103 (40.62% from 255 or 17.85% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD67 is #022298. Grayscale: #D9D9D9. Windows color (decimal): -139929 or 6807037. OLE color: 6807037.
HSL color Cylindrical-coordinate representation of color #FDDD67: hue angle of 47.2º 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 #FDDD67 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 103 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.01 |
| HSL | 47.2º | 0.97% | 0.7% | - |
| HSV(B) | 47.2º | 0.59% | 0.99% | - |
| XYZ | 68.81 | 73.57 | 23.41 | - |
| YUV | 217.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 103 | 0 | 0.13 | 0.59 | 0.01 | 47.2 | 0.97 | 0.7 |
| Hex | FD | DD | 67 | 0 | D | 3B | 1 | 2F | 61 | 46 |
| Octal | 375 | 335 | 147 | 0 | 15 | 73 | 1 | 57 | 141 | 106 |
| Binary | 11111101 | 11011101 | 1100111 | 0 | 1101 | 111011 | 1 | 101111 | 1100001 | 1000110 |
Color Harmonies of #FDDD67
Complementary color
Monochromatic Colors of #FDDD67
Black with #FDDD67
Text Example
Text Example
White with #FDDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD67; }
p { color: rgb(253,221,103); }
H1.HeaderClassName
{
color: #FDDD67;
}
.AnyTagClassName
{
color: #FDDD67;
}
</style>
background-color css
<style>
a { background-color: #FDDD67; }
a { background-color: rgb(253,221,103); }
div.DivClassName
{
background-color: #FDDD67;
}
.BgClassName
{
background-color: #FDDD67;
}
</style>
border-color css
<style>
span { border-color: #FDDD67; }
span { border-color: rgb(253,221,103); }
td.TdClassName
{
border-color: #FDDD67;
}
.TagClassName
{
border-color: #FDDD67;
}
</style>