Shades of Gorse #FFDB29
Tints of Gorse #FFDB29
RGB
CMYK
RGB Variations
Color information
#FFDB29 (or 0xFFDB29) is known color: Gorse. HEX triplet: FF, DB and 29. RGB value is (255,219,41). Sum of RGB (Red+Green+Blue) = 255+219+41=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 41 (16.41% from 255 or 7.96% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB29 is #0024D6. Grayscale: #D2D2D2. Windows color (decimal): -9431 or 2743295. OLE color: 2743295.
HSL color Cylindrical-coordinate representation of color #FFDB29: hue angle of 49.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFDB29 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 41 | - |
| CMYK | 0 | 0.14 | 0.84 | 0 |
| HSL | 49.91º | 1% | 0.58% | - |
| HSV(B) | 49.91º | 0.84% | 1% | - |
| XYZ | 66.97 | 72.08 | 12.48 | - |
| YUV | 209.47 | 32.93 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 41 | 0 | 0.14 | 0.84 | 0 | 49.91 | 1 | 0.58 |
| Hex | FF | DB | 29 | 0 | E | 54 | 0 | 32 | 64 | 3A |
| Octal | 377 | 333 | 51 | 0 | 16 | 124 | 0 | 62 | 144 | 72 |
| Binary | 11111111 | 11011011 | 101001 | 0 | 1110 | 1010100 | 0 | 110010 | 1100100 | 111010 |
Color Harmonies of #FFDB29
Complementary color
Monochromatic Colors of #FFDB29
Black with #FFDB29
Text Example
Text Example
White with #FFDB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB29; }
p { color: rgb(255,219,41); }
H1.HeaderClassName
{
color: #FFDB29;
}
.AnyTagClassName
{
color: #FFDB29;
}
</style>
background-color css
<style>
a { background-color: #FFDB29; }
a { background-color: rgb(255,219,41); }
div.DivClassName
{
background-color: #FFDB29;
}
.BgClassName
{
background-color: #FFDB29;
}
</style>
border-color css
<style>
span { border-color: #FFDB29; }
span { border-color: rgb(255,219,41); }
td.TdClassName
{
border-color: #FFDB29;
}
.TagClassName
{
border-color: #FFDB29;
}
</style>