Shades of Dandelion #FFD25D
Tints of Dandelion #FFD25D
RGB
CMYK
RGB Variations
Color information
#FFD25D (or 0xFFD25D) is known color: Dandelion. HEX triplet: FF, D2 and 5D. RGB value is (255,210,93). Sum of RGB (Red+Green+Blue) = 255+210+93=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD25D is #002DA2. Grayscale: #D2D2D2. Windows color (decimal): -11683 or 6148863. OLE color: 6148863.
HSL color Cylindrical-coordinate representation of color #FFD25D: hue angle of 43.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFD25D is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 93 | - |
| CMYK | 0 | 0.18 | 0.64 | 0 |
| HSL | 43.33º | 1% | 0.68% | - |
| HSV(B) | 43.33º | 0.64% | 1% | - |
| XYZ | 66.26 | 68.14 | 20.02 | - |
| YUV | 210.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 93 | 0 | 0.18 | 0.64 | 0 | 43.33 | 1 | 0.68 |
| Hex | FF | D2 | 5D | 0 | 12 | 40 | 0 | 2B | 64 | 44 |
| Octal | 377 | 322 | 135 | 0 | 22 | 100 | 0 | 53 | 144 | 104 |
| Binary | 11111111 | 11010010 | 1011101 | 0 | 10010 | 1000000 | 0 | 101011 | 1100100 | 1000100 |
Color Harmonies of #FFD25D
Complementary color
Monochromatic Colors of #FFD25D
Black with #FFD25D
Text Example
Text Example
White with #FFD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD25D; }
p { color: rgb(255,210,93); }
H1.HeaderClassName
{
color: #FFD25D;
}
.AnyTagClassName
{
color: #FFD25D;
}
</style>
background-color css
<style>
a { background-color: #FFD25D; }
a { background-color: rgb(255,210,93); }
div.DivClassName
{
background-color: #FFD25D;
}
.BgClassName
{
background-color: #FFD25D;
}
</style>
border-color css
<style>
span { border-color: #FFD25D; }
span { border-color: rgb(255,210,93); }
td.TdClassName
{
border-color: #FFD25D;
}
.TagClassName
{
border-color: #FFD25D;
}
</style>