Shades of Gorse #FFD83D
Tints of Gorse #FFD83D
RGB
CMYK
RGB Variations
Color information
#FFD83D (or 0xFFD83D) is known color: Gorse. HEX triplet: FF, D8 and 3D. RGB value is (255,216,61). Sum of RGB (Red+Green+Blue) = 255+216+61=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD83D is #0027C2. Grayscale: #D2D2D2. Windows color (decimal): -10179 or 4053247. OLE color: 4053247.
HSL color Cylindrical-coordinate representation of color #FFD83D: hue angle of 47.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFD83D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 61 | - |
| CMYK | 0 | 0.15 | 0.76 | 0 |
| HSL | 47.94º | 1% | 0.62% | - |
| HSV(B) | 47.94º | 0.76% | 1% | - |
| XYZ | 66.64 | 70.71 | 14.55 | - |
| YUV | 209.99 | 43.92 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 61 | 0 | 0.15 | 0.76 | 0 | 47.94 | 1 | 0.62 |
| Hex | FF | D8 | 3D | 0 | F | 4C | 0 | 30 | 64 | 3E |
| Octal | 377 | 330 | 75 | 0 | 17 | 114 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11011000 | 111101 | 0 | 1111 | 1001100 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD83D
Complementary color
Monochromatic Colors of #FFD83D
Black with #FFD83D
Text Example
Text Example
White with #FFD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD83D; }
p { color: rgb(255,216,61); }
H1.HeaderClassName
{
color: #FFD83D;
}
.AnyTagClassName
{
color: #FFD83D;
}
</style>
background-color css
<style>
a { background-color: #FFD83D; }
a { background-color: rgb(255,216,61); }
div.DivClassName
{
background-color: #FFD83D;
}
.BgClassName
{
background-color: #FFD83D;
}
</style>
border-color css
<style>
span { border-color: #FFD83D; }
span { border-color: rgb(255,216,61); }
td.TdClassName
{
border-color: #FFD83D;
}
.TagClassName
{
border-color: #FFD83D;
}
</style>