Shades of Dandelion #FFD361
Tints of Dandelion #FFD361
RGB
CMYK
RGB Variations
Color information
#FFD361 (or 0xFFD361) is known color: Dandelion. HEX triplet: FF, D3 and 61. RGB value is (255,211,97). Sum of RGB (Red+Green+Blue) = 255+211+97=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 97 (38.28% from 255 or 17.23% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD361 is #002C9E. Grayscale: #D3D3D3. Windows color (decimal): -11423 or 6411263. OLE color: 6411263.
HSL color Cylindrical-coordinate representation of color #FFD361: hue angle of 43.29º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFD361 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 97 | - |
| CMYK | 0 | 0.17 | 0.62 | 0 |
| HSL | 43.29º | 1% | 0.69% | - |
| HSV(B) | 43.29º | 0.62% | 1% | - |
| XYZ | 66.69 | 68.71 | 21.06 | - |
| YUV | 211.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 97 | 0 | 0.17 | 0.62 | 0 | 43.29 | 1 | 0.69 |
| Hex | FF | D3 | 61 | 0 | 11 | 3E | 0 | 2B | 64 | 45 |
| Octal | 377 | 323 | 141 | 0 | 21 | 76 | 0 | 53 | 144 | 105 |
| Binary | 11111111 | 11010011 | 1100001 | 0 | 10001 | 111110 | 0 | 101011 | 1100100 | 1000101 |
Color Harmonies of #FFD361
Complementary color
Monochromatic Colors of #FFD361
Black with #FFD361
Text Example
Text Example
White with #FFD361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD361; }
p { color: rgb(255,211,97); }
H1.HeaderClassName
{
color: #FFD361;
}
.AnyTagClassName
{
color: #FFD361;
}
</style>
background-color css
<style>
a { background-color: #FFD361; }
a { background-color: rgb(255,211,97); }
div.DivClassName
{
background-color: #FFD361;
}
.BgClassName
{
background-color: #FFD361;
}
</style>
border-color css
<style>
span { border-color: #FFD361; }
span { border-color: rgb(255,211,97); }
td.TdClassName
{
border-color: #FFD361;
}
.TagClassName
{
border-color: #FFD361;
}
</style>