Shades of Gorse #FFDB32
Tints of Gorse #FFDB32
RGB
CMYK
RGB Variations
Color information
#FFDB32 (or 0xFFDB32) is known color: Gorse. HEX triplet: FF, DB and 32. RGB value is (255,219,50). Sum of RGB (Red+Green+Blue) = 255+219+50=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB32 is #0024CD. Grayscale: #D3D3D3. Windows color (decimal): -9422 or 3333119. OLE color: 3333119.
HSL color Cylindrical-coordinate representation of color #FFDB32: hue angle of 49.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFDB32 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 50 | - |
| CMYK | 0 | 0.14 | 0.80 | 0 |
| HSL | 49.46º | 1% | 0.6% | - |
| HSV(B) | 49.46º | 0.8% | 1% | - |
| XYZ | 67.15 | 72.15 | 13.41 | - |
| YUV | 210.5 | 37.43 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 50 | 0 | 0.14 | 0.80 | 0 | 49.46 | 1 | 0.6 |
| Hex | FF | DB | 32 | 0 | E | 50 | 0 | 31 | 64 | 3C |
| Octal | 377 | 333 | 62 | 0 | 16 | 120 | 0 | 61 | 144 | 74 |
| Binary | 11111111 | 11011011 | 110010 | 0 | 1110 | 1010000 | 0 | 110001 | 1100100 | 111100 |
Color Harmonies of #FFDB32
Complementary color
Monochromatic Colors of #FFDB32
Black with #FFDB32
Text Example
Text Example
White with #FFDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB32; }
p { color: rgb(255,219,50); }
H1.HeaderClassName
{
color: #FFDB32;
}
.AnyTagClassName
{
color: #FFDB32;
}
</style>
background-color css
<style>
a { background-color: #FFDB32; }
a { background-color: rgb(255,219,50); }
div.DivClassName
{
background-color: #FFDB32;
}
.BgClassName
{
background-color: #FFDB32;
}
</style>
border-color css
<style>
span { border-color: #FFDB32; }
span { border-color: rgb(255,219,50); }
td.TdClassName
{
border-color: #FFDB32;
}
.TagClassName
{
border-color: #FFDB32;
}
</style>