Shades of Gorse #FFDB41
Tints of Gorse #FFDB41
RGB
CMYK
RGB Variations
Color information
#FFDB41 (or 0xFFDB41) is known color: Gorse. HEX triplet: FF, DB and 41. RGB value is (255,219,65). Sum of RGB (Red+Green+Blue) = 255+219+65=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 65 (25.78% from 255 or 12.06% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB41 is #0024BE. Grayscale: #D4D4D4. Windows color (decimal): -9407 or 4316159. OLE color: 4316159.
HSL color Cylindrical-coordinate representation of color #FFDB41: hue angle of 48.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFDB41 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 65 | - |
| CMYK | 0 | 0.14 | 0.75 | 0 |
| HSL | 48.63º | 1% | 0.63% | - |
| HSV(B) | 48.63º | 0.75% | 1% | - |
| XYZ | 67.53 | 72.3 | 15.4 | - |
| YUV | 212.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 65 | 0 | 0.14 | 0.75 | 0 | 48.63 | 1 | 0.63 |
| Hex | FF | DB | 41 | 0 | E | 4B | 0 | 31 | 64 | 3F |
| Octal | 377 | 333 | 101 | 0 | 16 | 113 | 0 | 61 | 144 | 77 |
| Binary | 11111111 | 11011011 | 1000001 | 0 | 1110 | 1001011 | 0 | 110001 | 1100100 | 111111 |
Color Harmonies of #FFDB41
Complementary color
Monochromatic Colors of #FFDB41
Black with #FFDB41
Text Example
Text Example
White with #FFDB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB41; }
p { color: rgb(255,219,65); }
H1.HeaderClassName
{
color: #FFDB41;
}
.AnyTagClassName
{
color: #FFDB41;
}
</style>
background-color css
<style>
a { background-color: #FFDB41; }
a { background-color: rgb(255,219,65); }
div.DivClassName
{
background-color: #FFDB41;
}
.BgClassName
{
background-color: #FFDB41;
}
</style>
border-color css
<style>
span { border-color: #FFDB41; }
span { border-color: rgb(255,219,65); }
td.TdClassName
{
border-color: #FFDB41;
}
.TagClassName
{
border-color: #FFDB41;
}
</style>