Shades of Gorse #FFDC3A
Tints of Gorse #FFDC3A
RGB
CMYK
RGB Variations
Color information
#FFDC3A (or 0xFFDC3A) is known color: Gorse. HEX triplet: FF, DC and 3A. RGB value is (255,220,58). Sum of RGB (Red+Green+Blue) = 255+220+58=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 58 (23.05% from 255 or 10.88% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC3A is #0023C5. Grayscale: #D4D4D4. Windows color (decimal): -9158 or 3857663. OLE color: 3857663.
HSL color Cylindrical-coordinate representation of color #FFDC3A: hue angle of 49.34º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFDC3A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 58 | - |
| CMYK | 0 | 0.14 | 0.77 | 0 |
| HSL | 49.34º | 1% | 0.61% | - |
| HSV(B) | 49.34º | 0.77% | 1% | - |
| XYZ | 67.6 | 72.75 | 14.48 | - |
| YUV | 212 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 58 | 0 | 0.14 | 0.77 | 0 | 49.34 | 1 | 0.61 |
| Hex | FF | DC | 3A | 0 | E | 4D | 0 | 31 | 64 | 3D |
| Octal | 377 | 334 | 72 | 0 | 16 | 115 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011100 | 111010 | 0 | 1110 | 1001101 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDC3A
Complementary color
Monochromatic Colors of #FFDC3A
Black with #FFDC3A
Text Example
Text Example
White with #FFDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC3A; }
p { color: rgb(255,220,58); }
H1.HeaderClassName
{
color: #FFDC3A;
}
.AnyTagClassName
{
color: #FFDC3A;
}
</style>
background-color css
<style>
a { background-color: #FFDC3A; }
a { background-color: rgb(255,220,58); }
div.DivClassName
{
background-color: #FFDC3A;
}
.BgClassName
{
background-color: #FFDC3A;
}
</style>
border-color css
<style>
span { border-color: #FFDC3A; }
span { border-color: rgb(255,220,58); }
td.TdClassName
{
border-color: #FFDC3A;
}
.TagClassName
{
border-color: #FFDC3A;
}
</style>