Shades of Gorse #FFD93D
Tints of Gorse #FFD93D
RGB
CMYK
RGB Variations
Color information
#FFD93D (or 0xFFD93D) is known color: Gorse. HEX triplet: FF, D9 and 3D. RGB value is (255,217,61). Sum of RGB (Red+Green+Blue) = 255+217+61=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 61 (24.22% from 255 or 11.44% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD93D is #0026C2. Grayscale: #D3D3D3. Windows color (decimal): -9923 or 4053503. OLE color: 4053503.
HSL color Cylindrical-coordinate representation of color #FFD93D: hue angle of 48.25º 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 #FFD93D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 61 | - |
| CMYK | 0 | 0.15 | 0.76 | 0 |
| HSL | 48.25º | 1% | 0.62% | - |
| HSV(B) | 48.25º | 0.76% | 1% | - |
| XYZ | 66.9 | 71.22 | 14.64 | - |
| YUV | 210.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 61 | 0 | 0.15 | 0.76 | 0 | 48.25 | 1 | 0.62 |
| Hex | FF | D9 | 3D | 0 | F | 4C | 0 | 30 | 64 | 3E |
| Octal | 377 | 331 | 75 | 0 | 17 | 114 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11011001 | 111101 | 0 | 1111 | 1001100 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD93D
Complementary color
Monochromatic Colors of #FFD93D
Black with #FFD93D
Text Example
Text Example
White with #FFD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD93D; }
p { color: rgb(255,217,61); }
H1.HeaderClassName
{
color: #FFD93D;
}
.AnyTagClassName
{
color: #FFD93D;
}
</style>
background-color css
<style>
a { background-color: #FFD93D; }
a { background-color: rgb(255,217,61); }
div.DivClassName
{
background-color: #FFD93D;
}
.BgClassName
{
background-color: #FFD93D;
}
</style>
border-color css
<style>
span { border-color: #FFD93D; }
span { border-color: rgb(255,217,61); }
td.TdClassName
{
border-color: #FFD93D;
}
.TagClassName
{
border-color: #FFD93D;
}
</style>