Shades of Gorse #FFDC37
Tints of Gorse #FFDC37
RGB
CMYK
RGB Variations
Color information
#FFDC37 (or 0xFFDC37) is known color: Gorse. HEX triplet: FF, DC and 37. RGB value is (255,220,55). Sum of RGB (Red+Green+Blue) = 255+220+55=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 55 (21.88% from 255 or 10.38% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC37 is #0023C8. Grayscale: #D4D4D4. Windows color (decimal): -9161 or 3661055. OLE color: 3661055.
HSL color Cylindrical-coordinate representation of color #FFDC37: hue angle of 49.5º 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 #FFDC37 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 55 | - |
| CMYK | 0 | 0.14 | 0.78 | 0 |
| HSL | 49.5º | 1% | 0.61% | - |
| HSV(B) | 49.5º | 0.78% | 1% | - |
| XYZ | 67.52 | 72.72 | 14.09 | - |
| YUV | 211.66 | 39.6 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 55 | 0 | 0.14 | 0.78 | 0 | 49.5 | 1 | 0.61 |
| Hex | FF | DC | 37 | 0 | E | 4E | 0 | 32 | 64 | 3D |
| Octal | 377 | 334 | 67 | 0 | 16 | 116 | 0 | 62 | 144 | 75 |
| Binary | 11111111 | 11011100 | 110111 | 0 | 1110 | 1001110 | 0 | 110010 | 1100100 | 111101 |
Color Harmonies of #FFDC37
Complementary color
Monochromatic Colors of #FFDC37
Black with #FFDC37
Text Example
Text Example
White with #FFDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC37; }
p { color: rgb(255,220,55); }
H1.HeaderClassName
{
color: #FFDC37;
}
.AnyTagClassName
{
color: #FFDC37;
}
</style>
background-color css
<style>
a { background-color: #FFDC37; }
a { background-color: rgb(255,220,55); }
div.DivClassName
{
background-color: #FFDC37;
}
.BgClassName
{
background-color: #FFDC37;
}
</style>
border-color css
<style>
span { border-color: #FFDC37; }
span { border-color: rgb(255,220,55); }
td.TdClassName
{
border-color: #FFDC37;
}
.TagClassName
{
border-color: #FFDC37;
}
</style>