Shades of Gorse #FFDB3C
Tints of Gorse #FFDB3C
RGB
CMYK
RGB Variations
Color information
#FFDB3C (or 0xFFDB3C) is known color: Gorse. HEX triplet: FF, DB and 3C. RGB value is (255,219,60). Sum of RGB (Red+Green+Blue) = 255+219+60=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 60 (23.83% from 255 or 11.24% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB3C is #0024C3. Grayscale: #D4D4D4. Windows color (decimal): -9412 or 3988479. OLE color: 3988479.
HSL color Cylindrical-coordinate representation of color #FFDB3C: hue angle of 48.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFDB3C is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 60 | - |
| CMYK | 0 | 0.14 | 0.76 | 0 |
| HSL | 48.92º | 1% | 0.62% | - |
| HSV(B) | 48.92º | 0.76% | 1% | - |
| XYZ | 67.39 | 72.25 | 14.67 | - |
| YUV | 211.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 60 | 0 | 0.14 | 0.76 | 0 | 48.92 | 1 | 0.62 |
| Hex | FF | DB | 3C | 0 | E | 4C | 0 | 31 | 64 | 3E |
| Octal | 377 | 333 | 74 | 0 | 16 | 114 | 0 | 61 | 144 | 76 |
| Binary | 11111111 | 11011011 | 111100 | 0 | 1110 | 1001100 | 0 | 110001 | 1100100 | 111110 |
Color Harmonies of #FFDB3C
Complementary color
Monochromatic Colors of #FFDB3C
Black with #FFDB3C
Text Example
Text Example
White with #FFDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB3C; }
p { color: rgb(255,219,60); }
H1.HeaderClassName
{
color: #FFDB3C;
}
.AnyTagClassName
{
color: #FFDB3C;
}
</style>
background-color css
<style>
a { background-color: #FFDB3C; }
a { background-color: rgb(255,219,60); }
div.DivClassName
{
background-color: #FFDB3C;
}
.BgClassName
{
background-color: #FFDB3C;
}
</style>
border-color css
<style>
span { border-color: #FFDB3C; }
span { border-color: rgb(255,219,60); }
td.TdClassName
{
border-color: #FFDB3C;
}
.TagClassName
{
border-color: #FFDB3C;
}
</style>