Shades of Gorse #FFDC3F
Tints of Gorse #FFDC3F
RGB
CMYK
RGB Variations
Color information
#FFDC3F (or 0xFFDC3F) is known color: Gorse. HEX triplet: FF, DC and 3F. RGB value is (255,220,63). Sum of RGB (Red+Green+Blue) = 255+220+63=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 63 (25% from 255 or 11.71% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC3F is #0023C0. Grayscale: #D5D5D5. Windows color (decimal): -9153 or 4185343. OLE color: 4185343.
HSL color Cylindrical-coordinate representation of color #FFDC3F: hue angle of 49.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFDC3F is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 63 | - |
| CMYK | 0 | 0.14 | 0.75 | 0 |
| HSL | 49.06º | 1% | 0.62% | - |
| HSV(B) | 49.06º | 0.75% | 1% | - |
| XYZ | 67.73 | 72.81 | 15.19 | - |
| YUV | 212.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 63 | 0 | 0.14 | 0.75 | 0 | 49.06 | 1 | 0.62 |
| Hex | FF | DC | 3F | 0 | E | 4B | 0 | 31 | 64 | 3E |
| Octal | 377 | 334 | 77 | 0 | 16 | 113 | 0 | 61 | 144 | 76 |
| Binary | 11111111 | 11011100 | 111111 | 0 | 1110 | 1001011 | 0 | 110001 | 1100100 | 111110 |
Color Harmonies of #FFDC3F
Complementary color
Monochromatic Colors of #FFDC3F
Black with #FFDC3F
Text Example
Text Example
White with #FFDC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC3F; }
p { color: rgb(255,220,63); }
H1.HeaderClassName
{
color: #FFDC3F;
}
.AnyTagClassName
{
color: #FFDC3F;
}
</style>
background-color css
<style>
a { background-color: #FFDC3F; }
a { background-color: rgb(255,220,63); }
div.DivClassName
{
background-color: #FFDC3F;
}
.BgClassName
{
background-color: #FFDC3F;
}
</style>
border-color css
<style>
span { border-color: #FFDC3F; }
span { border-color: rgb(255,220,63); }
td.TdClassName
{
border-color: #FFDC3F;
}
.TagClassName
{
border-color: #FFDC3F;
}
</style>