Shades of Gorse #FFDA34
Tints of Gorse #FFDA34
RGB
CMYK
RGB Variations
Color information
#FFDA34 (or 0xFFDA34) is known color: Gorse. HEX triplet: FF, DA and 34. RGB value is (255,218,52). Sum of RGB (Red+Green+Blue) = 255+218+52=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 52 (20.70% from 255 or 9.90% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA34 is #0025CB. Grayscale: #D2D2D2. Windows color (decimal): -9676 or 3463935. OLE color: 3463935.
HSL color Cylindrical-coordinate representation of color #FFDA34: hue angle of 49.06º 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 #FFDA34 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 52 | - |
| CMYK | 0 | 0.15 | 0.80 | 0 |
| HSL | 49.06º | 1% | 0.6% | - |
| HSV(B) | 49.06º | 0.8% | 1% | - |
| XYZ | 66.93 | 71.65 | 13.55 | - |
| YUV | 210.14 | 38.76 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 52 | 0 | 0.15 | 0.80 | 0 | 49.06 | 1 | 0.6 |
| Hex | FF | DA | 34 | 0 | F | 50 | 0 | 31 | 64 | 3C |
| Octal | 377 | 332 | 64 | 0 | 17 | 120 | 0 | 61 | 144 | 74 |
| Binary | 11111111 | 11011010 | 110100 | 0 | 1111 | 1010000 | 0 | 110001 | 1100100 | 111100 |
Color Harmonies of #FFDA34
Complementary color
Monochromatic Colors of #FFDA34
Black with #FFDA34
Text Example
Text Example
White with #FFDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA34; }
p { color: rgb(255,218,52); }
H1.HeaderClassName
{
color: #FFDA34;
}
.AnyTagClassName
{
color: #FFDA34;
}
</style>
background-color css
<style>
a { background-color: #FFDA34; }
a { background-color: rgb(255,218,52); }
div.DivClassName
{
background-color: #FFDA34;
}
.BgClassName
{
background-color: #FFDA34;
}
</style>
border-color css
<style>
span { border-color: #FFDA34; }
span { border-color: rgb(255,218,52); }
td.TdClassName
{
border-color: #FFDA34;
}
.TagClassName
{
border-color: #FFDA34;
}
</style>