Shades of Gorse #FFDB39
Tints of Gorse #FFDB39
RGB
CMYK
RGB Variations
Color information
#FFDB39 (or 0xFFDB39) is known color: Gorse. HEX triplet: FF, DB and 39. RGB value is (255,219,57). Sum of RGB (Red+Green+Blue) = 255+219+57=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 57 (22.66% from 255 or 10.73% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB39 is #0024C6. Grayscale: #D3D3D3. Windows color (decimal): -9415 or 3791871. OLE color: 3791871.
HSL color Cylindrical-coordinate representation of color #FFDB39: hue angle of 49.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFDB39 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 57 | - |
| CMYK | 0 | 0.14 | 0.78 | 0 |
| HSL | 49.09º | 1% | 0.61% | - |
| HSV(B) | 49.09º | 0.78% | 1% | - |
| XYZ | 67.31 | 72.22 | 14.26 | - |
| YUV | 211.3 | 40.93 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 57 | 0 | 0.14 | 0.78 | 0 | 49.09 | 1 | 0.61 |
| Hex | FF | DB | 39 | 0 | E | 4E | 0 | 31 | 64 | 3D |
| Octal | 377 | 333 | 71 | 0 | 16 | 116 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011011 | 111001 | 0 | 1110 | 1001110 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDB39
Complementary color
Monochromatic Colors of #FFDB39
Black with #FFDB39
Text Example
Text Example
White with #FFDB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB39; }
p { color: rgb(255,219,57); }
H1.HeaderClassName
{
color: #FFDB39;
}
.AnyTagClassName
{
color: #FFDB39;
}
</style>
background-color css
<style>
a { background-color: #FFDB39; }
a { background-color: rgb(255,219,57); }
div.DivClassName
{
background-color: #FFDB39;
}
.BgClassName
{
background-color: #FFDB39;
}
</style>
border-color css
<style>
span { border-color: #FFDB39; }
span { border-color: rgb(255,219,57); }
td.TdClassName
{
border-color: #FFDB39;
}
.TagClassName
{
border-color: #FFDB39;
}
</style>