Shades of Gorse #FFDA31
Tints of Gorse #FFDA31
RGB
CMYK
RGB Variations
Color information
#FFDA31 (or 0xFFDA31) is known color: Gorse. HEX triplet: FF, DA and 31. RGB value is (255,218,49). Sum of RGB (Red+Green+Blue) = 255+218+49=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 49 (19.53% from 255 or 9.39% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA31 is #0025CE. Grayscale: #D2D2D2. Windows color (decimal): -9679 or 3267327. OLE color: 3267327.
HSL color Cylindrical-coordinate representation of color #FFDA31: hue angle of 49.22º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFDA31 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 49 | - |
| CMYK | 0 | 0.15 | 0.81 | 0 |
| HSL | 49.22º | 1% | 0.6% | - |
| HSV(B) | 49.22º | 0.81% | 1% | - |
| XYZ | 66.87 | 71.62 | 13.21 | - |
| YUV | 209.8 | 37.26 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 49 | 0 | 0.15 | 0.81 | 0 | 49.22 | 1 | 0.6 |
| Hex | FF | DA | 31 | 0 | F | 51 | 0 | 31 | 64 | 3C |
| Octal | 377 | 332 | 61 | 0 | 17 | 121 | 0 | 61 | 144 | 74 |
| Binary | 11111111 | 11011010 | 110001 | 0 | 1111 | 1010001 | 0 | 110001 | 1100100 | 111100 |
Color Harmonies of #FFDA31
Complementary color
Monochromatic Colors of #FFDA31
Black with #FFDA31
Text Example
Text Example
White with #FFDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA31; }
p { color: rgb(255,218,49); }
H1.HeaderClassName
{
color: #FFDA31;
}
.AnyTagClassName
{
color: #FFDA31;
}
</style>
background-color css
<style>
a { background-color: #FFDA31; }
a { background-color: rgb(255,218,49); }
div.DivClassName
{
background-color: #FFDA31;
}
.BgClassName
{
background-color: #FFDA31;
}
</style>
border-color css
<style>
span { border-color: #FFDA31; }
span { border-color: rgb(255,218,49); }
td.TdClassName
{
border-color: #FFDA31;
}
.TagClassName
{
border-color: #FFDA31;
}
</style>