Shades of Gorse #FFDB31
Tints of Gorse #FFDB31
RGB
CMYK
RGB Variations
Color information
#FFDB31 (or 0xFFDB31) is known color: Gorse. HEX triplet: FF, DB and 31. RGB value is (255,219,49). Sum of RGB (Red+Green+Blue) = 255+219+49=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 49 (19.53% from 255 or 9.37% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB31 is #0024CE. Grayscale: #D3D3D3. Windows color (decimal): -9423 or 3267583. OLE color: 3267583.
HSL color Cylindrical-coordinate representation of color #FFDB31: hue angle of 49.51º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFDB31 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 49 | - |
| CMYK | 0 | 0.14 | 0.81 | 0 |
| HSL | 49.51º | 1% | 0.6% | - |
| HSV(B) | 49.51º | 0.81% | 1% | - |
| XYZ | 67.13 | 72.14 | 13.29 | - |
| YUV | 210.38 | 36.93 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 49 | 0 | 0.14 | 0.81 | 0 | 49.51 | 1 | 0.6 |
| Hex | FF | DB | 31 | 0 | E | 51 | 0 | 32 | 64 | 3C |
| Octal | 377 | 333 | 61 | 0 | 16 | 121 | 0 | 62 | 144 | 74 |
| Binary | 11111111 | 11011011 | 110001 | 0 | 1110 | 1010001 | 0 | 110010 | 1100100 | 111100 |
Color Harmonies of #FFDB31
Complementary color
Monochromatic Colors of #FFDB31
Black with #FFDB31
Text Example
Text Example
White with #FFDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB31; }
p { color: rgb(255,219,49); }
H1.HeaderClassName
{
color: #FFDB31;
}
.AnyTagClassName
{
color: #FFDB31;
}
</style>
background-color css
<style>
a { background-color: #FFDB31; }
a { background-color: rgb(255,219,49); }
div.DivClassName
{
background-color: #FFDB31;
}
.BgClassName
{
background-color: #FFDB31;
}
</style>
border-color css
<style>
span { border-color: #FFDB31; }
span { border-color: rgb(255,219,49); }
td.TdClassName
{
border-color: #FFDB31;
}
.TagClassName
{
border-color: #FFDB31;
}
</style>