Shades of Gorse #FFD83C
Tints of Gorse #FFD83C
RGB
CMYK
RGB Variations
Color information
#FFD83C (or 0xFFD83C) is known color: Gorse. HEX triplet: FF, D8 and 3C. RGB value is (255,216,60). Sum of RGB (Red+Green+Blue) = 255+216+60=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD83C is #0027C3. Grayscale: #D2D2D2. Windows color (decimal): -10180 or 3987711. OLE color: 3987711.
HSL color Cylindrical-coordinate representation of color #FFD83C: hue angle of 48º 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 #FFD83C is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 60 | - |
| CMYK | 0 | 0.15 | 0.76 | 0 |
| HSL | 48º | 1% | 0.62% | - |
| HSV(B) | 48º | 0.76% | 1% | - |
| XYZ | 66.61 | 70.7 | 14.41 | - |
| YUV | 209.88 | 43.42 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 60 | 0 | 0.15 | 0.76 | 0 | 48 | 1 | 0.62 |
| Hex | FF | D8 | 3C | 0 | F | 4C | 0 | 30 | 64 | 3E |
| Octal | 377 | 330 | 74 | 0 | 17 | 114 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11011000 | 111100 | 0 | 1111 | 1001100 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD83C
Complementary color
Monochromatic Colors of #FFD83C
Black with #FFD83C
Text Example
Text Example
White with #FFD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD83C; }
p { color: rgb(255,216,60); }
H1.HeaderClassName
{
color: #FFD83C;
}
.AnyTagClassName
{
color: #FFD83C;
}
</style>
background-color css
<style>
a { background-color: #FFD83C; }
a { background-color: rgb(255,216,60); }
div.DivClassName
{
background-color: #FFD83C;
}
.BgClassName
{
background-color: #FFD83C;
}
</style>
border-color css
<style>
span { border-color: #FFD83C; }
span { border-color: rgb(255,216,60); }
td.TdClassName
{
border-color: #FFD83C;
}
.TagClassName
{
border-color: #FFD83C;
}
</style>