Shades of Gorse #FFDC2E
Tints of Gorse #FFDC2E
RGB
CMYK
RGB Variations
Color information
#FFDC2E (or 0xFFDC2E) is known color: Gorse. HEX triplet: FF, DC and 2E. RGB value is (255,220,46). Sum of RGB (Red+Green+Blue) = 255+220+46=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 46 (18.36% from 255 or 8.83% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC2E is #0023D1. Grayscale: #D3D3D3. Windows color (decimal): -9170 or 3071231. OLE color: 3071231.
HSL color Cylindrical-coordinate representation of color #FFDC2E: hue angle of 49.95º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFDC2E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 46 | - |
| CMYK | 0 | 0.14 | 0.82 | 0 |
| HSL | 49.95º | 1% | 0.59% | - |
| HSV(B) | 49.95º | 0.82% | 1% | - |
| XYZ | 67.33 | 72.64 | 13.06 | - |
| YUV | 210.63 | 35.1 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 46 | 0 | 0.14 | 0.82 | 0 | 49.95 | 1 | 0.59 |
| Hex | FF | DC | 2E | 0 | E | 52 | 0 | 32 | 64 | 3B |
| Octal | 377 | 334 | 56 | 0 | 16 | 122 | 0 | 62 | 144 | 73 |
| Binary | 11111111 | 11011100 | 101110 | 0 | 1110 | 1010010 | 0 | 110010 | 1100100 | 111011 |
Color Harmonies of #FFDC2E
Complementary color
Monochromatic Colors of #FFDC2E
Black with #FFDC2E
Text Example
Text Example
White with #FFDC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC2E; }
p { color: rgb(255,220,46); }
H1.HeaderClassName
{
color: #FFDC2E;
}
.AnyTagClassName
{
color: #FFDC2E;
}
</style>
background-color css
<style>
a { background-color: #FFDC2E; }
a { background-color: rgb(255,220,46); }
div.DivClassName
{
background-color: #FFDC2E;
}
.BgClassName
{
background-color: #FFDC2E;
}
</style>
border-color css
<style>
span { border-color: #FFDC2E; }
span { border-color: rgb(255,220,46); }
td.TdClassName
{
border-color: #FFDC2E;
}
.TagClassName
{
border-color: #FFDC2E;
}
</style>