Shades of Gorse #FFDA38
Tints of Gorse #FFDA38
RGB
CMYK
RGB Variations
Color information
#FFDA38 (or 0xFFDA38) is known color: Gorse. HEX triplet: FF, DA and 38. RGB value is (255,218,56). Sum of RGB (Red+Green+Blue) = 255+218+56=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 56 (22.27% from 255 or 10.59% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA38 is #0025C7. Grayscale: #D3D3D3. Windows color (decimal): -9672 or 3726079. OLE color: 3726079.
HSL color Cylindrical-coordinate representation of color #FFDA38: hue angle of 48.84º 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 #FFDA38 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 56 | - |
| CMYK | 0 | 0.15 | 0.78 | 0 |
| HSL | 48.84º | 1% | 0.61% | - |
| HSV(B) | 48.84º | 0.78% | 1% | - |
| XYZ | 67.03 | 71.69 | 14.05 | - |
| YUV | 210.6 | 40.76 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 56 | 0 | 0.15 | 0.78 | 0 | 48.84 | 1 | 0.61 |
| Hex | FF | DA | 38 | 0 | F | 4E | 0 | 31 | 64 | 3D |
| Octal | 377 | 332 | 70 | 0 | 17 | 116 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011010 | 111000 | 0 | 1111 | 1001110 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDA38
Complementary color
Monochromatic Colors of #FFDA38
Black with #FFDA38
Text Example
Text Example
White with #FFDA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA38; }
p { color: rgb(255,218,56); }
H1.HeaderClassName
{
color: #FFDA38;
}
.AnyTagClassName
{
color: #FFDA38;
}
</style>
background-color css
<style>
a { background-color: #FFDA38; }
a { background-color: rgb(255,218,56); }
div.DivClassName
{
background-color: #FFDA38;
}
.BgClassName
{
background-color: #FFDA38;
}
</style>
border-color css
<style>
span { border-color: #FFDA38; }
span { border-color: rgb(255,218,56); }
td.TdClassName
{
border-color: #FFDA38;
}
.TagClassName
{
border-color: #FFDA38;
}
</style>