Shades of Dandelion #FFD35F
Tints of Dandelion #FFD35F
RGB
CMYK
RGB Variations
Color information
#FFD35F (or 0xFFD35F) is known color: Dandelion. HEX triplet: FF, D3 and 5F. RGB value is (255,211,95). Sum of RGB (Red+Green+Blue) = 255+211+95=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD35F is #002CA0. Grayscale: #D3D3D3. Windows color (decimal): -11425 or 6280191. OLE color: 6280191.
HSL color Cylindrical-coordinate representation of color #FFD35F: hue angle of 43.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD35F is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 95 | - |
| CMYK | 0 | 0.17 | 0.63 | 0 |
| HSL | 43.5º | 1% | 0.69% | - |
| HSV(B) | 43.5º | 0.63% | 1% | - |
| XYZ | 66.6 | 68.67 | 20.57 | - |
| YUV | 210.93 | 62.58 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 95 | 0 | 0.17 | 0.63 | 0 | 43.5 | 1 | 0.69 |
| Hex | FF | D3 | 5F | 0 | 11 | 3F | 0 | 2C | 64 | 45 |
| Octal | 377 | 323 | 137 | 0 | 21 | 77 | 0 | 54 | 144 | 105 |
| Binary | 11111111 | 11010011 | 1011111 | 0 | 10001 | 111111 | 0 | 101100 | 1100100 | 1000101 |
Color Harmonies of #FFD35F
Complementary color
Monochromatic Colors of #FFD35F
Black with #FFD35F
Text Example
Text Example
White with #FFD35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD35F; }
p { color: rgb(255,211,95); }
H1.HeaderClassName
{
color: #FFD35F;
}
.AnyTagClassName
{
color: #FFD35F;
}
</style>
background-color css
<style>
a { background-color: #FFD35F; }
a { background-color: rgb(255,211,95); }
div.DivClassName
{
background-color: #FFD35F;
}
.BgClassName
{
background-color: #FFD35F;
}
</style>
border-color css
<style>
span { border-color: #FFD35F; }
span { border-color: rgb(255,211,95); }
td.TdClassName
{
border-color: #FFD35F;
}
.TagClassName
{
border-color: #FFD35F;
}
</style>