Shades of Gorse #FFDB26
Tints of Gorse #FFDB26
RGB
CMYK
RGB Variations
Color information
#FFDB26 (or 0xFFDB26) is known color: Gorse. HEX triplet: FF, DB and 26. RGB value is (255,219,38). Sum of RGB (Red+Green+Blue) = 255+219+38=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 38 (15.23% from 255 or 7.42% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB26 is #0024D9. Grayscale: #D1D1D1. Windows color (decimal): -9434 or 2546687. OLE color: 2546687.
HSL color Cylindrical-coordinate representation of color #FFDB26: hue angle of 50.05º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFDB26 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 38 | - |
| CMYK | 0 | 0.14 | 0.85 | 0 |
| HSL | 50.05º | 1% | 0.57% | - |
| HSV(B) | 50.05º | 0.85% | 1% | - |
| XYZ | 66.92 | 72.06 | 12.22 | - |
| YUV | 209.13 | 31.43 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 38 | 0 | 0.14 | 0.85 | 0 | 50.05 | 1 | 0.57 |
| Hex | FF | DB | 26 | 0 | E | 55 | 0 | 32 | 64 | 39 |
| Octal | 377 | 333 | 46 | 0 | 16 | 125 | 0 | 62 | 144 | 71 |
| Binary | 11111111 | 11011011 | 100110 | 0 | 1110 | 1010101 | 0 | 110010 | 1100100 | 111001 |
Color Harmonies of #FFDB26
Complementary color
Monochromatic Colors of #FFDB26
Black with #FFDB26
Text Example
Text Example
White with #FFDB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB26; }
p { color: rgb(255,219,38); }
H1.HeaderClassName
{
color: #FFDB26;
}
.AnyTagClassName
{
color: #FFDB26;
}
</style>
background-color css
<style>
a { background-color: #FFDB26; }
a { background-color: rgb(255,219,38); }
div.DivClassName
{
background-color: #FFDB26;
}
.BgClassName
{
background-color: #FFDB26;
}
</style>
border-color css
<style>
span { border-color: #FFDB26; }
span { border-color: rgb(255,219,38); }
td.TdClassName
{
border-color: #FFDB26;
}
.TagClassName
{
border-color: #FFDB26;
}
</style>