Shades of Gorse #FFDC2C
Tints of Gorse #FFDC2C
RGB
CMYK
RGB Variations
Color information
#FFDC2C (or 0xFFDC2C) is known color: Gorse. HEX triplet: FF, DC and 2C. RGB value is (255,220,44). Sum of RGB (Red+Green+Blue) = 255+220+44=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 44 (17.58% from 255 or 8.48% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC2C is #0023D3. Grayscale: #D3D3D3. Windows color (decimal): -9172 or 2940159. OLE color: 2940159.
HSL color Cylindrical-coordinate representation of color #FFDC2C: hue angle of 50.05º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFDC2C is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 44 | - |
| CMYK | 0 | 0.14 | 0.83 | 0 |
| HSL | 50.05º | 1% | 0.59% | - |
| HSV(B) | 50.05º | 0.83% | 1% | - |
| XYZ | 67.29 | 72.63 | 12.86 | - |
| YUV | 210.4 | 34.1 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 44 | 0 | 0.14 | 0.83 | 0 | 50.05 | 1 | 0.59 |
| Hex | FF | DC | 2C | 0 | E | 53 | 0 | 32 | 64 | 3B |
| Octal | 377 | 334 | 54 | 0 | 16 | 123 | 0 | 62 | 144 | 73 |
| Binary | 11111111 | 11011100 | 101100 | 0 | 1110 | 1010011 | 0 | 110010 | 1100100 | 111011 |
Color Harmonies of #FFDC2C
Complementary color
Monochromatic Colors of #FFDC2C
Black with #FFDC2C
Text Example
Text Example
White with #FFDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC2C; }
p { color: rgb(255,220,44); }
H1.HeaderClassName
{
color: #FFDC2C;
}
.AnyTagClassName
{
color: #FFDC2C;
}
</style>
background-color css
<style>
a { background-color: #FFDC2C; }
a { background-color: rgb(255,220,44); }
div.DivClassName
{
background-color: #FFDC2C;
}
.BgClassName
{
background-color: #FFDC2C;
}
</style>
border-color css
<style>
span { border-color: #FFDC2C; }
span { border-color: rgb(255,220,44); }
td.TdClassName
{
border-color: #FFDC2C;
}
.TagClassName
{
border-color: #FFDC2C;
}
</style>