Shades of Gorse #FFD93C
Tints of Gorse #FFD93C
RGB
CMYK
RGB Variations
Color information
#FFD93C (or 0xFFD93C) is known color: Gorse. HEX triplet: FF, D9 and 3C. RGB value is (255,217,60). Sum of RGB (Red+Green+Blue) = 255+217+60=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 60 (23.83% from 255 or 11.28% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD93C is #0026C3. Grayscale: #D3D3D3. Windows color (decimal): -9924 or 3987967. OLE color: 3987967.
HSL color Cylindrical-coordinate representation of color #FFD93C: hue angle of 48.31º 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 #FFD93C is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 60 | - |
| CMYK | 0 | 0.15 | 0.76 | 0 |
| HSL | 48.31º | 1% | 0.62% | - |
| HSV(B) | 48.31º | 0.76% | 1% | - |
| XYZ | 66.87 | 71.21 | 14.5 | - |
| YUV | 210.46 | 43.09 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 60 | 0 | 0.15 | 0.76 | 0 | 48.31 | 1 | 0.62 |
| Hex | FF | D9 | 3C | 0 | F | 4C | 0 | 30 | 64 | 3E |
| Octal | 377 | 331 | 74 | 0 | 17 | 114 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11011001 | 111100 | 0 | 1111 | 1001100 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD93C
Complementary color
Monochromatic Colors of #FFD93C
Black with #FFD93C
Text Example
Text Example
White with #FFD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD93C; }
p { color: rgb(255,217,60); }
H1.HeaderClassName
{
color: #FFD93C;
}
.AnyTagClassName
{
color: #FFD93C;
}
</style>
background-color css
<style>
a { background-color: #FFD93C; }
a { background-color: rgb(255,217,60); }
div.DivClassName
{
background-color: #FFD93C;
}
.BgClassName
{
background-color: #FFD93C;
}
</style>
border-color css
<style>
span { border-color: #FFD93C; }
span { border-color: rgb(255,217,60); }
td.TdClassName
{
border-color: #FFD93C;
}
.TagClassName
{
border-color: #FFD93C;
}
</style>