Shades of Dandelion #FFD25C
Tints of Dandelion #FFD25C
RGB
CMYK
RGB Variations
Color information
#FFD25C (or 0xFFD25C) is known color: Dandelion. HEX triplet: FF, D2 and 5C. RGB value is (255,210,92). Sum of RGB (Red+Green+Blue) = 255+210+92=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 92 (36.33% from 255 or 16.52% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD25C is #002DA3. Grayscale: #D2D2D2. Windows color (decimal): -11684 or 6083327. OLE color: 6083327.
HSL color Cylindrical-coordinate representation of color #FFD25C: hue angle of 43.44º 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 #FFD25C is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 92 | - |
| CMYK | 0 | 0.18 | 0.64 | 0 |
| HSL | 43.44º | 1% | 0.68% | - |
| HSV(B) | 43.44º | 0.64% | 1% | - |
| XYZ | 66.22 | 68.13 | 19.78 | - |
| YUV | 210 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 92 | 0 | 0.18 | 0.64 | 0 | 43.44 | 1 | 0.68 |
| Hex | FF | D2 | 5C | 0 | 12 | 40 | 0 | 2B | 64 | 44 |
| Octal | 377 | 322 | 134 | 0 | 22 | 100 | 0 | 53 | 144 | 104 |
| Binary | 11111111 | 11010010 | 1011100 | 0 | 10010 | 1000000 | 0 | 101011 | 1100100 | 1000100 |
Color Harmonies of #FFD25C
Complementary color
Monochromatic Colors of #FFD25C
Black with #FFD25C
Text Example
Text Example
White with #FFD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD25C; }
p { color: rgb(255,210,92); }
H1.HeaderClassName
{
color: #FFD25C;
}
.AnyTagClassName
{
color: #FFD25C;
}
</style>
background-color css
<style>
a { background-color: #FFD25C; }
a { background-color: rgb(255,210,92); }
div.DivClassName
{
background-color: #FFD25C;
}
.BgClassName
{
background-color: #FFD25C;
}
</style>
border-color css
<style>
span { border-color: #FFD25C; }
span { border-color: rgb(255,210,92); }
td.TdClassName
{
border-color: #FFD25C;
}
.TagClassName
{
border-color: #FFD25C;
}
</style>