Shades of Gorse #FFDB2F
Tints of Gorse #FFDB2F
RGB
CMYK
RGB Variations
Color information
#FFDB2F (or 0xFFDB2F) is known color: Gorse. HEX triplet: FF, DB and 2F. RGB value is (255,219,47). Sum of RGB (Red+Green+Blue) = 255+219+47=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 47 (18.75% from 255 or 9.02% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB2F is #0024D0. Grayscale: #D2D2D2. Windows color (decimal): -9425 or 3136511. OLE color: 3136511.
HSL color Cylindrical-coordinate representation of color #FFDB2F: hue angle of 49.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFDB2F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 47 | - |
| CMYK | 0 | 0.14 | 0.82 | 0 |
| HSL | 49.62º | 1% | 0.59% | - |
| HSV(B) | 49.62º | 0.82% | 1% | - |
| XYZ | 67.08 | 72.13 | 13.08 | - |
| YUV | 210.16 | 35.93 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 47 | 0 | 0.14 | 0.82 | 0 | 49.62 | 1 | 0.59 |
| Hex | FF | DB | 2F | 0 | E | 52 | 0 | 32 | 64 | 3B |
| Octal | 377 | 333 | 57 | 0 | 16 | 122 | 0 | 62 | 144 | 73 |
| Binary | 11111111 | 11011011 | 101111 | 0 | 1110 | 1010010 | 0 | 110010 | 1100100 | 111011 |
Color Harmonies of #FFDB2F
Complementary color
Monochromatic Colors of #FFDB2F
Black with #FFDB2F
Text Example
Text Example
White with #FFDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB2F; }
p { color: rgb(255,219,47); }
H1.HeaderClassName
{
color: #FFDB2F;
}
.AnyTagClassName
{
color: #FFDB2F;
}
</style>
background-color css
<style>
a { background-color: #FFDB2F; }
a { background-color: rgb(255,219,47); }
div.DivClassName
{
background-color: #FFDB2F;
}
.BgClassName
{
background-color: #FFDB2F;
}
</style>
border-color css
<style>
span { border-color: #FFDB2F; }
span { border-color: rgb(255,219,47); }
td.TdClassName
{
border-color: #FFDB2F;
}
.TagClassName
{
border-color: #FFDB2F;
}
</style>