Shades of Gorse #FFDC31
Tints of Gorse #FFDC31
RGB
CMYK
RGB Variations
Color information
#FFDC31 (or 0xFFDC31) is known color: Gorse. HEX triplet: FF, DC and 31. RGB value is (255,220,49). Sum of RGB (Red+Green+Blue) = 255+220+49=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC31 is #0023CE. Grayscale: #D3D3D3. Windows color (decimal): -9167 or 3267839. OLE color: 3267839.
HSL color Cylindrical-coordinate representation of color #FFDC31: hue angle of 49.81º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFDC31 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 49 | - |
| CMYK | 0 | 0.14 | 0.81 | 0 |
| HSL | 49.81º | 1% | 0.6% | - |
| HSV(B) | 49.81º | 0.81% | 1% | - |
| XYZ | 67.39 | 72.67 | 13.38 | - |
| YUV | 210.97 | 36.6 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 49 | 0 | 0.14 | 0.81 | 0 | 49.81 | 1 | 0.6 |
| Hex | FF | DC | 31 | 0 | E | 51 | 0 | 32 | 64 | 3C |
| Octal | 377 | 334 | 61 | 0 | 16 | 121 | 0 | 62 | 144 | 74 |
| Binary | 11111111 | 11011100 | 110001 | 0 | 1110 | 1010001 | 0 | 110010 | 1100100 | 111100 |
Color Harmonies of #FFDC31
Complementary color
Monochromatic Colors of #FFDC31
Black with #FFDC31
Text Example
Text Example
White with #FFDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC31; }
p { color: rgb(255,220,49); }
H1.HeaderClassName
{
color: #FFDC31;
}
.AnyTagClassName
{
color: #FFDC31;
}
</style>
background-color css
<style>
a { background-color: #FFDC31; }
a { background-color: rgb(255,220,49); }
div.DivClassName
{
background-color: #FFDC31;
}
.BgClassName
{
background-color: #FFDC31;
}
</style>
border-color css
<style>
span { border-color: #FFDC31; }
span { border-color: rgb(255,220,49); }
td.TdClassName
{
border-color: #FFDC31;
}
.TagClassName
{
border-color: #FFDC31;
}
</style>