Shades of Gorse #FFDB43
Tints of Gorse #FFDB43
RGB
CMYK
RGB Variations
Color information
#FFDB43 (or 0xFFDB43) is known color: Gorse. HEX triplet: FF, DB and 43. RGB value is (255,219,67). Sum of RGB (Red+Green+Blue) = 255+219+67=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 67 (26.56% from 255 or 12.38% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB43 is #0024BC. Grayscale: #D5D5D5. Windows color (decimal): -9405 or 4447231. OLE color: 4447231.
HSL color Cylindrical-coordinate representation of color #FFDB43: hue angle of 48.51º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFDB43 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 67 | - |
| CMYK | 0 | 0.14 | 0.74 | 0 |
| HSL | 48.51º | 1% | 0.63% | - |
| HSV(B) | 48.51º | 0.74% | 1% | - |
| XYZ | 67.58 | 72.33 | 15.71 | - |
| YUV | 212.44 | 45.93 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 67 | 0 | 0.14 | 0.74 | 0 | 48.51 | 1 | 0.63 |
| Hex | FF | DB | 43 | 0 | E | 4A | 0 | 31 | 64 | 3F |
| Octal | 377 | 333 | 103 | 0 | 16 | 112 | 0 | 61 | 144 | 77 |
| Binary | 11111111 | 11011011 | 1000011 | 0 | 1110 | 1001010 | 0 | 110001 | 1100100 | 111111 |
Color Harmonies of #FFDB43
Complementary color
Monochromatic Colors of #FFDB43
Black with #FFDB43
Text Example
Text Example
White with #FFDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB43; }
p { color: rgb(255,219,67); }
H1.HeaderClassName
{
color: #FFDB43;
}
.AnyTagClassName
{
color: #FFDB43;
}
</style>
background-color css
<style>
a { background-color: #FFDB43; }
a { background-color: rgb(255,219,67); }
div.DivClassName
{
background-color: #FFDB43;
}
.BgClassName
{
background-color: #FFDB43;
}
</style>
border-color css
<style>
span { border-color: #FFDB43; }
span { border-color: rgb(255,219,67); }
td.TdClassName
{
border-color: #FFDB43;
}
.TagClassName
{
border-color: #FFDB43;
}
</style>