Shades of Gorse #FFD834
Tints of Gorse #FFD834
RGB
CMYK
RGB Variations
Color information
#FFD834 (or 0xFFD834) is known color: Gorse. HEX triplet: FF, D8 and 34. RGB value is (255,216,52). Sum of RGB (Red+Green+Blue) = 255+216+52=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 52 (20.70% from 255 or 9.94% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD834 is #0027CB. Grayscale: #D1D1D1. Windows color (decimal): -10188 or 3463423. OLE color: 3463423.
HSL color Cylindrical-coordinate representation of color #FFD834: hue angle of 48.47º 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 #FFD834 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 52 | - |
| CMYK | 0 | 0.15 | 0.80 | 0 |
| HSL | 48.47º | 1% | 0.6% | - |
| HSV(B) | 48.47º | 0.8% | 1% | - |
| XYZ | 66.42 | 70.62 | 13.38 | - |
| YUV | 208.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 52 | 0 | 0.15 | 0.80 | 0 | 48.47 | 1 | 0.6 |
| Hex | FF | D8 | 34 | 0 | F | 50 | 0 | 30 | 64 | 3C |
| Octal | 377 | 330 | 64 | 0 | 17 | 120 | 0 | 60 | 144 | 74 |
| Binary | 11111111 | 11011000 | 110100 | 0 | 1111 | 1010000 | 0 | 110000 | 1100100 | 111100 |
Color Harmonies of #FFD834
Complementary color
Monochromatic Colors of #FFD834
Black with #FFD834
Text Example
Text Example
White with #FFD834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD834; }
p { color: rgb(255,216,52); }
H1.HeaderClassName
{
color: #FFD834;
}
.AnyTagClassName
{
color: #FFD834;
}
</style>
background-color css
<style>
a { background-color: #FFD834; }
a { background-color: rgb(255,216,52); }
div.DivClassName
{
background-color: #FFD834;
}
.BgClassName
{
background-color: #FFD834;
}
</style>
border-color css
<style>
span { border-color: #FFD834; }
span { border-color: rgb(255,216,52); }
td.TdClassName
{
border-color: #FFD834;
}
.TagClassName
{
border-color: #FFD834;
}
</style>