Shades of Dandelion #FFDB5C
Tints of Dandelion #FFDB5C
RGB
CMYK
RGB Variations
Color information
#FFDB5C (or 0xFFDB5C) is known color: Dandelion. HEX triplet: FF, DB and 5C. RGB value is (255,219,92). Sum of RGB (Red+Green+Blue) = 255+219+92=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 92 (36.33% from 255 or 16.25% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB5C is #0024A3. Grayscale: #D7D7D7. Windows color (decimal): -9380 or 6085631. OLE color: 6085631.
HSL color Cylindrical-coordinate representation of color #FFDB5C: hue angle of 46.75º 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 #FFDB5C is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 92 | - |
| CMYK | 0 | 0.14 | 0.64 | 0 |
| HSL | 46.75º | 1% | 0.68% | - |
| HSV(B) | 46.75º | 0.64% | 1% | - |
| XYZ | 68.5 | 72.7 | 20.55 | - |
| YUV | 215.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 92 | 0 | 0.14 | 0.64 | 0 | 46.75 | 1 | 0.68 |
| Hex | FF | DB | 5C | 0 | E | 40 | 0 | 2F | 64 | 44 |
| Octal | 377 | 333 | 134 | 0 | 16 | 100 | 0 | 57 | 144 | 104 |
| Binary | 11111111 | 11011011 | 1011100 | 0 | 1110 | 1000000 | 0 | 101111 | 1100100 | 1000100 |
Color Harmonies of #FFDB5C
Complementary color
Monochromatic Colors of #FFDB5C
Black with #FFDB5C
Text Example
Text Example
White with #FFDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB5C; }
p { color: rgb(255,219,92); }
H1.HeaderClassName
{
color: #FFDB5C;
}
.AnyTagClassName
{
color: #FFDB5C;
}
</style>
background-color css
<style>
a { background-color: #FFDB5C; }
a { background-color: rgb(255,219,92); }
div.DivClassName
{
background-color: #FFDB5C;
}
.BgClassName
{
background-color: #FFDB5C;
}
</style>
border-color css
<style>
span { border-color: #FFDB5C; }
span { border-color: rgb(255,219,92); }
td.TdClassName
{
border-color: #FFDB5C;
}
.TagClassName
{
border-color: #FFDB5C;
}
</style>