Shades of Gorse #FFDA2D
Tints of Gorse #FFDA2D
RGB
CMYK
RGB Variations
Color information
#FFDA2D (or 0xFFDA2D) is known color: Gorse. HEX triplet: FF, DA and 2D. RGB value is (255,218,45). Sum of RGB (Red+Green+Blue) = 255+218+45=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA2D is #0025D2. Grayscale: #D2D2D2. Windows color (decimal): -9683 or 3005183. OLE color: 3005183.
HSL color Cylindrical-coordinate representation of color #FFDA2D: hue angle of 49.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFDA2D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0 |
| HSL | 49.43º | 1% | 0.59% | - |
| HSV(B) | 49.43º | 0.82% | 1% | - |
| XYZ | 66.79 | 71.59 | 12.78 | - |
| YUV | 209.34 | 35.26 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 45 | 0 | 0.15 | 0.82 | 0 | 49.43 | 1 | 0.59 |
| Hex | FF | DA | 2D | 0 | F | 52 | 0 | 31 | 64 | 3B |
| Octal | 377 | 332 | 55 | 0 | 17 | 122 | 0 | 61 | 144 | 73 |
| Binary | 11111111 | 11011010 | 101101 | 0 | 1111 | 1010010 | 0 | 110001 | 1100100 | 111011 |
Color Harmonies of #FFDA2D
Complementary color
Monochromatic Colors of #FFDA2D
Black with #FFDA2D
Text Example
Text Example
White with #FFDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA2D; }
p { color: rgb(255,218,45); }
H1.HeaderClassName
{
color: #FFDA2D;
}
.AnyTagClassName
{
color: #FFDA2D;
}
</style>
background-color css
<style>
a { background-color: #FFDA2D; }
a { background-color: rgb(255,218,45); }
div.DivClassName
{
background-color: #FFDA2D;
}
.BgClassName
{
background-color: #FFDA2D;
}
</style>
border-color css
<style>
span { border-color: #FFDA2D; }
span { border-color: rgb(255,218,45); }
td.TdClassName
{
border-color: #FFDA2D;
}
.TagClassName
{
border-color: #FFDA2D;
}
</style>