Shades of Gorse #FFDB3B
Tints of Gorse #FFDB3B
RGB
CMYK
RGB Variations
Color information
#FFDB3B (or 0xFFDB3B) is known color: Gorse. HEX triplet: FF, DB and 3B. RGB value is (255,219,59). Sum of RGB (Red+Green+Blue) = 255+219+59=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 59 (23.44% from 255 or 11.07% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB3B is #0024C4. Grayscale: #D4D4D4. Windows color (decimal): -9413 or 3922943. OLE color: 3922943.
HSL color Cylindrical-coordinate representation of color #FFDB3B: hue angle of 48.98º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFDB3B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 59 | - |
| CMYK | 0 | 0.14 | 0.77 | 0 |
| HSL | 48.98º | 1% | 0.62% | - |
| HSV(B) | 48.98º | 0.77% | 1% | - |
| XYZ | 67.36 | 72.24 | 14.53 | - |
| YUV | 211.52 | 41.93 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 59 | 0 | 0.14 | 0.77 | 0 | 48.98 | 1 | 0.62 |
| Hex | FF | DB | 3B | 0 | E | 4D | 0 | 31 | 64 | 3E |
| Octal | 377 | 333 | 73 | 0 | 16 | 115 | 0 | 61 | 144 | 76 |
| Binary | 11111111 | 11011011 | 111011 | 0 | 1110 | 1001101 | 0 | 110001 | 1100100 | 111110 |
Color Harmonies of #FFDB3B
Complementary color
Monochromatic Colors of #FFDB3B
Black with #FFDB3B
Text Example
Text Example
White with #FFDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB3B; }
p { color: rgb(255,219,59); }
H1.HeaderClassName
{
color: #FFDB3B;
}
.AnyTagClassName
{
color: #FFDB3B;
}
</style>
background-color css
<style>
a { background-color: #FFDB3B; }
a { background-color: rgb(255,219,59); }
div.DivClassName
{
background-color: #FFDB3B;
}
.BgClassName
{
background-color: #FFDB3B;
}
</style>
border-color css
<style>
span { border-color: #FFDB3B; }
span { border-color: rgb(255,219,59); }
td.TdClassName
{
border-color: #FFDB3B;
}
.TagClassName
{
border-color: #FFDB3B;
}
</style>