Shades of Dandelion #FFD360
Tints of Dandelion #FFD360
RGB
CMYK
RGB Variations
Color information
#FFD360 (or 0xFFD360) is known color: Dandelion. HEX triplet: FF, D3 and 60. RGB value is (255,211,96). Sum of RGB (Red+Green+Blue) = 255+211+96=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 96 (37.89% from 255 or 17.08% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD360 is #002C9F. Grayscale: #D3D3D3. Windows color (decimal): -11424 or 6345727. OLE color: 6345727.
HSL color Cylindrical-coordinate representation of color #FFD360: hue angle of 43.4º 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 #FFD360 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 96 | - |
| CMYK | 0 | 0.17 | 0.62 | 0 |
| HSL | 43.4º | 1% | 0.69% | - |
| HSV(B) | 43.4º | 0.62% | 1% | - |
| XYZ | 66.65 | 68.69 | 20.81 | - |
| YUV | 211.05 | 63.08 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 96 | 0 | 0.17 | 0.62 | 0 | 43.4 | 1 | 0.69 |
| Hex | FF | D3 | 60 | 0 | 11 | 3E | 0 | 2B | 64 | 45 |
| Octal | 377 | 323 | 140 | 0 | 21 | 76 | 0 | 53 | 144 | 105 |
| Binary | 11111111 | 11010011 | 1100000 | 0 | 10001 | 111110 | 0 | 101011 | 1100100 | 1000101 |
Color Harmonies of #FFD360
Complementary color
Monochromatic Colors of #FFD360
Black with #FFD360
Text Example
Text Example
White with #FFD360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD360; }
p { color: rgb(255,211,96); }
H1.HeaderClassName
{
color: #FFD360;
}
.AnyTagClassName
{
color: #FFD360;
}
</style>
background-color css
<style>
a { background-color: #FFD360; }
a { background-color: rgb(255,211,96); }
div.DivClassName
{
background-color: #FFD360;
}
.BgClassName
{
background-color: #FFD360;
}
</style>
border-color css
<style>
span { border-color: #FFD360; }
span { border-color: rgb(255,211,96); }
td.TdClassName
{
border-color: #FFD360;
}
.TagClassName
{
border-color: #FFD360;
}
</style>