Shades of Gorse #FFDB3A
Tints of Gorse #FFDB3A
RGB
CMYK
RGB Variations
Color information
#FFDB3A (or 0xFFDB3A) is known color: Gorse. HEX triplet: FF, DB and 3A. RGB value is (255,219,58). Sum of RGB (Red+Green+Blue) = 255+219+58=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB3A is #0024C5. Grayscale: #D4D4D4. Windows color (decimal): -9414 or 3857407. OLE color: 3857407.
HSL color Cylindrical-coordinate representation of color #FFDB3A: hue angle of 49.04º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFDB3A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 58 | - |
| CMYK | 0 | 0.14 | 0.77 | 0 |
| HSL | 49.04º | 1% | 0.61% | - |
| HSV(B) | 49.04º | 0.77% | 1% | - |
| XYZ | 67.34 | 72.23 | 14.4 | - |
| YUV | 211.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 58 | 0 | 0.14 | 0.77 | 0 | 49.04 | 1 | 0.61 |
| Hex | FF | DB | 3A | 0 | E | 4D | 0 | 31 | 64 | 3D |
| Octal | 377 | 333 | 72 | 0 | 16 | 115 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011011 | 111010 | 0 | 1110 | 1001101 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDB3A
Complementary color
Monochromatic Colors of #FFDB3A
Black with #FFDB3A
Text Example
Text Example
White with #FFDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB3A; }
p { color: rgb(255,219,58); }
H1.HeaderClassName
{
color: #FFDB3A;
}
.AnyTagClassName
{
color: #FFDB3A;
}
</style>
background-color css
<style>
a { background-color: #FFDB3A; }
a { background-color: rgb(255,219,58); }
div.DivClassName
{
background-color: #FFDB3A;
}
.BgClassName
{
background-color: #FFDB3A;
}
</style>
border-color css
<style>
span { border-color: #FFDB3A; }
span { border-color: rgb(255,219,58); }
td.TdClassName
{
border-color: #FFDB3A;
}
.TagClassName
{
border-color: #FFDB3A;
}
</style>