Shades of Dandelion #FDD365
Tints of Dandelion #FDD365
RGB
CMYK
RGB Variations
Color information
#FDD365 (or 0xFDD365) is known color: Dandelion. HEX triplet: FD, D3 and 65. RGB value is (253,211,101). Sum of RGB (Red+Green+Blue) = 253+211+101=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD365 is #022C9A. Grayscale: #D3D3D3. Windows color (decimal): -142491 or 6673405. OLE color: 6673405.
HSL color Cylindrical-coordinate representation of color #FDD365: hue angle of 43.42º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD365 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 101 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.01 |
| HSL | 43.42º | 0.97% | 0.69% | - |
| HSV(B) | 43.42º | 0.6% | 0.99% | - |
| XYZ | 66.15 | 68.41 | 22.03 | - |
| YUV | 211.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 101 | 0 | 0.17 | 0.60 | 0.01 | 43.42 | 0.97 | 0.69 |
| Hex | FD | D3 | 65 | 0 | 11 | 3C | 1 | 2B | 61 | 45 |
| Octal | 375 | 323 | 145 | 0 | 21 | 74 | 1 | 53 | 141 | 105 |
| Binary | 11111101 | 11010011 | 1100101 | 0 | 10001 | 111100 | 1 | 101011 | 1100001 | 1000101 |
Color Harmonies of #FDD365
Complementary color
Monochromatic Colors of #FDD365
Black with #FDD365
Text Example
Text Example
White with #FDD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD365; }
p { color: rgb(253,211,101); }
H1.HeaderClassName
{
color: #FDD365;
}
.AnyTagClassName
{
color: #FDD365;
}
</style>
background-color css
<style>
a { background-color: #FDD365; }
a { background-color: rgb(253,211,101); }
div.DivClassName
{
background-color: #FDD365;
}
.BgClassName
{
background-color: #FDD365;
}
</style>
border-color css
<style>
span { border-color: #FDD365; }
span { border-color: rgb(253,211,101); }
td.TdClassName
{
border-color: #FDD365;
}
.TagClassName
{
border-color: #FDD365;
}
</style>