Shades of Gorse #FFDA37
Tints of Gorse #FFDA37
RGB
CMYK
RGB Variations
Color information
#FFDA37 (or 0xFFDA37) is known color: Gorse. HEX triplet: FF, DA and 37. RGB value is (255,218,55). Sum of RGB (Red+Green+Blue) = 255+218+55=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 55 (21.88% from 255 or 10.42% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA37 is #0025C8. Grayscale: #D3D3D3. Windows color (decimal): -9673 or 3660543. OLE color: 3660543.
HSL color Cylindrical-coordinate representation of color #FFDA37: hue angle of 48.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFDA37 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 55 | - |
| CMYK | 0 | 0.15 | 0.78 | 0 |
| HSL | 48.9º | 1% | 0.61% | - |
| HSV(B) | 48.9º | 0.78% | 1% | - |
| XYZ | 67 | 71.68 | 13.92 | - |
| YUV | 210.48 | 40.26 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 55 | 0 | 0.15 | 0.78 | 0 | 48.9 | 1 | 0.61 |
| Hex | FF | DA | 37 | 0 | F | 4E | 0 | 31 | 64 | 3D |
| Octal | 377 | 332 | 67 | 0 | 17 | 116 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011010 | 110111 | 0 | 1111 | 1001110 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDA37
Complementary color
Monochromatic Colors of #FFDA37
Black with #FFDA37
Text Example
Text Example
White with #FFDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA37; }
p { color: rgb(255,218,55); }
H1.HeaderClassName
{
color: #FFDA37;
}
.AnyTagClassName
{
color: #FFDA37;
}
</style>
background-color css
<style>
a { background-color: #FFDA37; }
a { background-color: rgb(255,218,55); }
div.DivClassName
{
background-color: #FFDA37;
}
.BgClassName
{
background-color: #FFDA37;
}
</style>
border-color css
<style>
span { border-color: #FFDA37; }
span { border-color: rgb(255,218,55); }
td.TdClassName
{
border-color: #FFDA37;
}
.TagClassName
{
border-color: #FFDA37;
}
</style>