Shades of Gorse #FFDA3B
Tints of Gorse #FFDA3B
RGB
CMYK
RGB Variations
Color information
#FFDA3B (or 0xFFDA3B) is known color: Gorse. HEX triplet: FF, DA and 3B. RGB value is (255,218,59). Sum of RGB (Red+Green+Blue) = 255+218+59=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 59 (23.44% from 255 or 11.09% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA3B is #0025C4. Grayscale: #D3D3D3. Windows color (decimal): -9669 or 3922687. OLE color: 3922687.
HSL color Cylindrical-coordinate representation of color #FFDA3B: hue angle of 48.67º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFDA3B is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 59 | - |
| CMYK | 0 | 0.15 | 0.77 | 0 |
| HSL | 48.67º | 1% | 0.62% | - |
| HSV(B) | 48.67º | 0.77% | 1% | - |
| XYZ | 67.1 | 71.72 | 14.44 | - |
| YUV | 210.94 | 42.26 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 59 | 0 | 0.15 | 0.77 | 0 | 48.67 | 1 | 0.62 |
| Hex | FF | DA | 3B | 0 | F | 4D | 0 | 31 | 64 | 3E |
| Octal | 377 | 332 | 73 | 0 | 17 | 115 | 0 | 61 | 144 | 76 |
| Binary | 11111111 | 11011010 | 111011 | 0 | 1111 | 1001101 | 0 | 110001 | 1100100 | 111110 |
Color Harmonies of #FFDA3B
Complementary color
Monochromatic Colors of #FFDA3B
Black with #FFDA3B
Text Example
Text Example
White with #FFDA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA3B; }
p { color: rgb(255,218,59); }
H1.HeaderClassName
{
color: #FFDA3B;
}
.AnyTagClassName
{
color: #FFDA3B;
}
</style>
background-color css
<style>
a { background-color: #FFDA3B; }
a { background-color: rgb(255,218,59); }
div.DivClassName
{
background-color: #FFDA3B;
}
.BgClassName
{
background-color: #FFDA3B;
}
</style>
border-color css
<style>
span { border-color: #FFDA3B; }
span { border-color: rgb(255,218,59); }
td.TdClassName
{
border-color: #FFDA3B;
}
.TagClassName
{
border-color: #FFDA3B;
}
</style>