Shades of Gorse #FFDB38
Tints of Gorse #FFDB38
RGB
CMYK
RGB Variations
Color information
#FFDB38 (or 0xFFDB38) is known color: Gorse. HEX triplet: FF, DB and 38. RGB value is (255,219,56). Sum of RGB (Red+Green+Blue) = 255+219+56=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 56 (22.27% from 255 or 10.57% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB38 is #0024C7. Grayscale: #D3D3D3. Windows color (decimal): -9416 or 3726335. OLE color: 3726335.
HSL color Cylindrical-coordinate representation of color #FFDB38: hue angle of 49.15º 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 #FFDB38 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 56 | - |
| CMYK | 0 | 0.14 | 0.78 | 0 |
| HSL | 49.15º | 1% | 0.61% | - |
| HSV(B) | 49.15º | 0.78% | 1% | - |
| XYZ | 67.29 | 72.21 | 14.13 | - |
| YUV | 211.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 56 | 0 | 0.14 | 0.78 | 0 | 49.15 | 1 | 0.61 |
| Hex | FF | DB | 38 | 0 | E | 4E | 0 | 31 | 64 | 3D |
| Octal | 377 | 333 | 70 | 0 | 16 | 116 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011011 | 111000 | 0 | 1110 | 1001110 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDB38
Complementary color
Monochromatic Colors of #FFDB38
Black with #FFDB38
Text Example
Text Example
White with #FFDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB38; }
p { color: rgb(255,219,56); }
H1.HeaderClassName
{
color: #FFDB38;
}
.AnyTagClassName
{
color: #FFDB38;
}
</style>
background-color css
<style>
a { background-color: #FFDB38; }
a { background-color: rgb(255,219,56); }
div.DivClassName
{
background-color: #FFDB38;
}
.BgClassName
{
background-color: #FFDB38;
}
</style>
border-color css
<style>
span { border-color: #FFDB38; }
span { border-color: rgb(255,219,56); }
td.TdClassName
{
border-color: #FFDB38;
}
.TagClassName
{
border-color: #FFDB38;
}
</style>