Shades of Gorse #FFDB40
Tints of Gorse #FFDB40
RGB
CMYK
RGB Variations
Color information
#FFDB40 (or 0xFFDB40) is known color: Gorse. HEX triplet: FF, DB and 40. RGB value is (255,219,64). Sum of RGB (Red+Green+Blue) = 255+219+64=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB40 is #0024BF. Grayscale: #D4D4D4. Windows color (decimal): -9408 or 4250623. OLE color: 4250623.
HSL color Cylindrical-coordinate representation of color #FFDB40: hue angle of 48.69º 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 #FFDB40 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 64 | - |
| CMYK | 0 | 0.14 | 0.75 | 0 |
| HSL | 48.69º | 1% | 0.63% | - |
| HSV(B) | 48.69º | 0.75% | 1% | - |
| XYZ | 67.5 | 72.29 | 15.25 | - |
| YUV | 212.09 | 44.43 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 64 | 0 | 0.14 | 0.75 | 0 | 48.69 | 1 | 0.63 |
| Hex | FF | DB | 40 | 0 | E | 4B | 0 | 31 | 64 | 3F |
| Octal | 377 | 333 | 100 | 0 | 16 | 113 | 0 | 61 | 144 | 77 |
| Binary | 11111111 | 11011011 | 1000000 | 0 | 1110 | 1001011 | 0 | 110001 | 1100100 | 111111 |
Color Harmonies of #FFDB40
Complementary color
Monochromatic Colors of #FFDB40
Black with #FFDB40
Text Example
Text Example
White with #FFDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB40; }
p { color: rgb(255,219,64); }
H1.HeaderClassName
{
color: #FFDB40;
}
.AnyTagClassName
{
color: #FFDB40;
}
</style>
background-color css
<style>
a { background-color: #FFDB40; }
a { background-color: rgb(255,219,64); }
div.DivClassName
{
background-color: #FFDB40;
}
.BgClassName
{
background-color: #FFDB40;
}
</style>
border-color css
<style>
span { border-color: #FFDB40; }
span { border-color: rgb(255,219,64); }
td.TdClassName
{
border-color: #FFDB40;
}
.TagClassName
{
border-color: #FFDB40;
}
</style>