Shades of Gorse #FFDC39
Tints of Gorse #FFDC39
RGB
CMYK
RGB Variations
Color information
#FFDC39 (or 0xFFDC39) is known color: Gorse. HEX triplet: FF, DC and 39. RGB value is (255,220,57). Sum of RGB (Red+Green+Blue) = 255+220+57=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 57 (22.66% from 255 or 10.71% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC39 is #0023C6. Grayscale: #D4D4D4. Windows color (decimal): -9159 or 3792127. OLE color: 3792127.
HSL color Cylindrical-coordinate representation of color #FFDC39: hue angle of 49.39º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFDC39 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 57 | - |
| CMYK | 0 | 0.14 | 0.78 | 0 |
| HSL | 49.39º | 1% | 0.61% | - |
| HSV(B) | 49.39º | 0.78% | 1% | - |
| XYZ | 67.57 | 72.74 | 14.35 | - |
| YUV | 211.88 | 40.6 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 57 | 0 | 0.14 | 0.78 | 0 | 49.39 | 1 | 0.61 |
| Hex | FF | DC | 39 | 0 | E | 4E | 0 | 31 | 64 | 3D |
| Octal | 377 | 334 | 71 | 0 | 16 | 116 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011100 | 111001 | 0 | 1110 | 1001110 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDC39
Complementary color
Monochromatic Colors of #FFDC39
Black with #FFDC39
Text Example
Text Example
White with #FFDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC39; }
p { color: rgb(255,220,57); }
H1.HeaderClassName
{
color: #FFDC39;
}
.AnyTagClassName
{
color: #FFDC39;
}
</style>
background-color css
<style>
a { background-color: #FFDC39; }
a { background-color: rgb(255,220,57); }
div.DivClassName
{
background-color: #FFDC39;
}
.BgClassName
{
background-color: #FFDC39;
}
</style>
border-color css
<style>
span { border-color: #FFDC39; }
span { border-color: rgb(255,220,57); }
td.TdClassName
{
border-color: #FFDC39;
}
.TagClassName
{
border-color: #FFDC39;
}
</style>