Shades of Gorse #FFDA36
Tints of Gorse #FFDA36
RGB
CMYK
RGB Variations
Color information
#FFDA36 (or 0xFFDA36) is known color: Gorse. HEX triplet: FF, DA and 36. RGB value is (255,218,54). Sum of RGB (Red+Green+Blue) = 255+218+54=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 54 (21.48% from 255 or 10.25% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA36 is #0025C9. Grayscale: #D3D3D3. Windows color (decimal): -9674 or 3595007. OLE color: 3595007.
HSL color Cylindrical-coordinate representation of color #FFDA36: hue angle of 48.96º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFDA36 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 54 | - |
| CMYK | 0 | 0.15 | 0.79 | 0 |
| HSL | 48.96º | 1% | 0.61% | - |
| HSV(B) | 48.96º | 0.79% | 1% | - |
| XYZ | 66.98 | 71.67 | 13.79 | - |
| YUV | 210.37 | 39.76 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 54 | 0 | 0.15 | 0.79 | 0 | 48.96 | 1 | 0.61 |
| Hex | FF | DA | 36 | 0 | F | 4F | 0 | 31 | 64 | 3D |
| Octal | 377 | 332 | 66 | 0 | 17 | 117 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011010 | 110110 | 0 | 1111 | 1001111 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDA36
Complementary color
Monochromatic Colors of #FFDA36
Black with #FFDA36
Text Example
Text Example
White with #FFDA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA36; }
p { color: rgb(255,218,54); }
H1.HeaderClassName
{
color: #FFDA36;
}
.AnyTagClassName
{
color: #FFDA36;
}
</style>
background-color css
<style>
a { background-color: #FFDA36; }
a { background-color: rgb(255,218,54); }
div.DivClassName
{
background-color: #FFDA36;
}
.BgClassName
{
background-color: #FFDA36;
}
</style>
border-color css
<style>
span { border-color: #FFDA36; }
span { border-color: rgb(255,218,54); }
td.TdClassName
{
border-color: #FFDA36;
}
.TagClassName
{
border-color: #FFDA36;
}
</style>