Shades of Gorse #FFDF46
Tints of Gorse #FFDF46
RGB
CMYK
RGB Variations
Color information
#FFDF46 (or 0xFFDF46) is known color: Gorse. HEX triplet: FF, DF and 46. RGB value is (255,223,70). Sum of RGB (Red+Green+Blue) = 255+223+70=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 70 (27.73% from 255 or 12.77% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF46 is #0020B9. Grayscale: #D7D7D7. Windows color (decimal): -8378 or 4644863. OLE color: 4644863.
HSL color Cylindrical-coordinate representation of color #FFDF46: hue angle of 49.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFDF46 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 70 | - |
| CMYK | 0 | 0.13 | 0.73 | 0 |
| HSL | 49.62º | 1% | 0.64% | - |
| HSV(B) | 49.62º | 0.73% | 1% | - |
| XYZ | 68.73 | 74.48 | 16.55 | - |
| YUV | 215.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 70 | 0 | 0.13 | 0.73 | 0 | 49.62 | 1 | 0.64 |
| Hex | FF | DF | 46 | 0 | D | 49 | 0 | 32 | 64 | 40 |
| Octal | 377 | 337 | 106 | 0 | 15 | 111 | 0 | 62 | 144 | 100 |
| Binary | 11111111 | 11011111 | 1000110 | 0 | 1101 | 1001001 | 0 | 110010 | 1100100 | 1000000 |
Color Harmonies of #FFDF46
Complementary color
Monochromatic Colors of #FFDF46
Black with #FFDF46
Text Example
Text Example
White with #FFDF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF46; }
p { color: rgb(255,223,70); }
H1.HeaderClassName
{
color: #FFDF46;
}
.AnyTagClassName
{
color: #FFDF46;
}
</style>
background-color css
<style>
a { background-color: #FFDF46; }
a { background-color: rgb(255,223,70); }
div.DivClassName
{
background-color: #FFDF46;
}
.BgClassName
{
background-color: #FFDF46;
}
</style>
border-color css
<style>
span { border-color: #FFDF46; }
span { border-color: rgb(255,223,70); }
td.TdClassName
{
border-color: #FFDF46;
}
.TagClassName
{
border-color: #FFDF46;
}
</style>