Shades of Gorse #FFDA32
Tints of Gorse #FFDA32
RGB
CMYK
RGB Variations
Color information
#FFDA32 (or 0xFFDA32) is known color: Gorse. HEX triplet: FF, DA and 32. RGB value is (255,218,50). Sum of RGB (Red+Green+Blue) = 255+218+50=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA32 is #0025CD. Grayscale: #D2D2D2. Windows color (decimal): -9678 or 3332863. OLE color: 3332863.
HSL color Cylindrical-coordinate representation of color #FFDA32: hue angle of 49.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFDA32 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 50 | - |
| CMYK | 0 | 0.15 | 0.80 | 0 |
| HSL | 49.17º | 1% | 0.6% | - |
| HSV(B) | 49.17º | 0.8% | 1% | - |
| XYZ | 66.89 | 71.63 | 13.32 | - |
| YUV | 209.91 | 37.76 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 50 | 0 | 0.15 | 0.80 | 0 | 49.17 | 1 | 0.6 |
| Hex | FF | DA | 32 | 0 | F | 50 | 0 | 31 | 64 | 3C |
| Octal | 377 | 332 | 62 | 0 | 17 | 120 | 0 | 61 | 144 | 74 |
| Binary | 11111111 | 11011010 | 110010 | 0 | 1111 | 1010000 | 0 | 110001 | 1100100 | 111100 |
Color Harmonies of #FFDA32
Complementary color
Monochromatic Colors of #FFDA32
Black with #FFDA32
Text Example
Text Example
White with #FFDA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA32; }
p { color: rgb(255,218,50); }
H1.HeaderClassName
{
color: #FFDA32;
}
.AnyTagClassName
{
color: #FFDA32;
}
</style>
background-color css
<style>
a { background-color: #FFDA32; }
a { background-color: rgb(255,218,50); }
div.DivClassName
{
background-color: #FFDA32;
}
.BgClassName
{
background-color: #FFDA32;
}
</style>
border-color css
<style>
span { border-color: #FFDA32; }
span { border-color: rgb(255,218,50); }
td.TdClassName
{
border-color: #FFDA32;
}
.TagClassName
{
border-color: #FFDA32;
}
</style>