Shades of Gorse #FFDB27
Tints of Gorse #FFDB27
RGB
CMYK
RGB Variations
Color information
#FFDB27 (or 0xFFDB27) is known color: Gorse. HEX triplet: FF, DB and 27. RGB value is (255,219,39). Sum of RGB (Red+Green+Blue) = 255+219+39=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 39 (15.62% from 255 or 7.60% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB27 is #0024D8. Grayscale: #D1D1D1. Windows color (decimal): -9433 or 2612223. OLE color: 2612223.
HSL color Cylindrical-coordinate representation of color #FFDB27: hue angle of 50º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFDB27 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 39 | - |
| CMYK | 0 | 0.14 | 0.85 | 0 |
| HSL | 50º | 1% | 0.58% | - |
| HSV(B) | 50º | 0.85% | 1% | - |
| XYZ | 66.94 | 72.07 | 12.3 | - |
| YUV | 209.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 39 | 0 | 0.14 | 0.85 | 0 | 50 | 1 | 0.58 |
| Hex | FF | DB | 27 | 0 | E | 55 | 0 | 32 | 64 | 3A |
| Octal | 377 | 333 | 47 | 0 | 16 | 125 | 0 | 62 | 144 | 72 |
| Binary | 11111111 | 11011011 | 100111 | 0 | 1110 | 1010101 | 0 | 110010 | 1100100 | 111010 |
Color Harmonies of #FFDB27
Complementary color
Monochromatic Colors of #FFDB27
Black with #FFDB27
Text Example
Text Example
White with #FFDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB27; }
p { color: rgb(255,219,39); }
H1.HeaderClassName
{
color: #FFDB27;
}
.AnyTagClassName
{
color: #FFDB27;
}
</style>
background-color css
<style>
a { background-color: #FFDB27; }
a { background-color: rgb(255,219,39); }
div.DivClassName
{
background-color: #FFDB27;
}
.BgClassName
{
background-color: #FFDB27;
}
</style>
border-color css
<style>
span { border-color: #FFDB27; }
span { border-color: rgb(255,219,39); }
td.TdClassName
{
border-color: #FFDB27;
}
.TagClassName
{
border-color: #FFDB27;
}
</style>